diff options
Diffstat (limited to 'client/config/webpack.dev.js')
-rw-r--r-- | client/config/webpack.dev.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/config/webpack.dev.js b/client/config/webpack.dev.js index 19768d872..02e9857f7 100644 --- a/client/config/webpack.dev.js +++ b/client/config/webpack.dev.js | |||
@@ -81,9 +81,7 @@ module.exports = webpackMerge(commonConfig, { | |||
81 | * | 81 | * |
82 | * See: http://webpack.github.io/docs/configuration.html#output-chunkfilename | 82 | * See: http://webpack.github.io/docs/configuration.html#output-chunkfilename |
83 | */ | 83 | */ |
84 | chunkFilename: '[id].chunk.js', | 84 | chunkFilename: '[id].chunk.js' |
85 | |||
86 | publicPath: '/client/' | ||
87 | 85 | ||
88 | }, | 86 | }, |
89 | 87 | ||