refactor: enable babel.cacheDirectory when dev&&build.cache by default

This commit is contained in:
Clark Du 2018-04-02 16:14:15 +08:00
parent e7cfca3326
commit bc407cdbce
No known key found for this signature in database
GPG Key ID: D0E5986AF78B86D9
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ export default {
},
babel: {
babelrc: false,
cacheDirectory: true
cacheDirectory: undefined
},
vueLoader: {},
postcss: {},