mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +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 = {
|
||||
splitChunks: {
|
||||
chunks: 'all',
|
||||
name: false
|
||||
name: this.options.dev
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user