fix: public path
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = {
|
||||
output: {
|
||||
path: path.resolve(__dirname, './dist'),
|
||||
filename: 'bundle.js',
|
||||
publicPath: './',
|
||||
publicPath: '/',
|
||||
clean: true,
|
||||
},
|
||||
module: {
|
||||
|
||||
Reference in New Issue
Block a user