diff options
Diffstat (limited to '')
-rw-r--r-- | webpack.htmlexport.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.htmlexport.js b/webpack.htmlexport.js index dd6f4c01..2aa2bc4f 100644 --- a/webpack.htmlexport.js +++ b/webpack.htmlexport.js @@ -14,7 +14,7 @@ module.exports = { }, output: { path: path.join(__dirname, 'public/build'), - publicPath: '/build/', + publicPath: 'build/', filename: '[name].js' }, plugins: [ |