no need to check

This commit is contained in:
Pooya Parsa 2017-08-20 23:24:56 +04:30
parent f42783af32
commit 5eb51f07b9
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ export default function webpackClientConfig () {
'regenerator-runtime',
'es6-promise',
'babel-runtime',
this.options.store && 'vuex'
'vuex'
].concat(this.options.build.vendor).filter(v => v)
// Extract vendor chunks for better caching