fix: public path

This commit is contained in:
h z
2024-12-09 08:00:54 +00:00
parent ba69541a7b
commit d8da574833

View File

@@ -7,7 +7,7 @@ module.exports = {
output: {
path: path.resolve(__dirname, './dist'),
filename: 'bundle.js',
publicPath: './',
publicPath: '/',
clean: true,
},
module: {