perf: enable babel cacheDirectory by default

This commit is contained in:
Pooya Parsa 2018-04-01 00:53:47 +04:30
parent 89d5f3753e
commit f12b26ed8d

View File

@ -60,7 +60,8 @@ export default {
commons: true
},
babel: {
babelrc: false
babelrc: false,
cacheDirectory: true
},
vueLoader: {},
postcss: {},