diff --git a/webpack.config.js b/webpack.config.js index 77afc97..4d26f16 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -61,6 +61,7 @@ module.exports = { }, output: { path: path.join(__dirname, 'build'), + publicPath: '/', filename: '[name].js' }, devtool,