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

View File

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