Compare commits

..

1 Commits

Author SHA1 Message Date
d8da574833 fix: public path 2024-12-09 08:00:54 +00:00

View File

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