diff --git a/webpack.config.js b/webpack.config.js index 6abcbdd..5cafa3b 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -42,7 +42,7 @@ module.exports = { devtool: 'source-map', output: { path: exportPath, - publicPath: '/build/', + publicPath: 'build/', filename: appName }, module: {