summaryrefslogtreecommitdiff
path: root/webpack.htmlexport.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.htmlexport.js')
-rw-r--r--webpack.htmlexport.js2
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: [