fix: temporary comment splitChunks.name due to html-webpack-plugin issue 878

This commit is contained in:
Clark Du 2018-03-14 14:14:49 +08:00
parent f7d9a6eb96
commit 10cd285f57
No known key found for this signature in database
GPG Key ID: D0E5986AF78B86D9

View File

@ -82,8 +82,9 @@ module.exports = function webpackClientConfig() {
// Optimization
config.optimization = {
splitChunks: {
chunks: 'all',
name: this.options.dev
chunks: 'all'
// TODO: uncomment after https://github.com/jantimon/html-webpack-plugin/issues/878 solved
// name: this.options.dev
}
}