mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-19 23:21:09 +00:00
fix: include name
in dev
This commit is contained in:
parent
992dd5f79c
commit
f8fb4aa08b
@ -83,7 +83,7 @@ module.exports = function webpackClientConfig() {
|
|||||||
config.optimization = {
|
config.optimization = {
|
||||||
splitChunks: {
|
splitChunks: {
|
||||||
chunks: 'all',
|
chunks: 'all',
|
||||||
name: false
|
name: this.options.dev
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user