From 06ed0eb2ddb5a7e23a93a5ced0535eb6d2e7df69 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Tue, 14 Mar 2017 21:33:30 +0100 Subject: [PATCH] Adjusted the publicPath property. --- config/webpack.prod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/webpack.prod.js b/config/webpack.prod.js index eef3bf1..a5fb526 100644 --- a/config/webpack.prod.js +++ b/config/webpack.prod.js @@ -11,7 +11,7 @@ module.exports = webpackMerge(commonConfig, { output: { path: helpers.root('dist'), - publicPath: '/', + publicPath: '', filename: '[name].[hash].js', chunkFilename: '[id].[hash].chunk.js' },