mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +00:00
fix: temporary comment splitChunks.name due to html-webpack-plugin issue 878
This commit is contained in:
parent
f7d9a6eb96
commit
10cd285f57
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user