mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
no need to check
This commit is contained in:
parent
f42783af32
commit
5eb51f07b9
@ -38,7 +38,7 @@ export default function webpackClientConfig () {
|
|||||||
'regenerator-runtime',
|
'regenerator-runtime',
|
||||||
'es6-promise',
|
'es6-promise',
|
||||||
'babel-runtime',
|
'babel-runtime',
|
||||||
this.options.store && 'vuex'
|
'vuex'
|
||||||
].concat(this.options.build.vendor).filter(v => v)
|
].concat(this.options.build.vendor).filter(v => v)
|
||||||
|
|
||||||
// Extract vendor chunks for better caching
|
// Extract vendor chunks for better caching
|
||||||
|
Loading…
Reference in New Issue
Block a user