mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
perf: enable babel cacheDirectory by default
This commit is contained in:
parent
89d5f3753e
commit
f12b26ed8d
@ -60,7 +60,8 @@ export default {
|
||||
commons: true
|
||||
},
|
||||
babel: {
|
||||
babelrc: false
|
||||
babelrc: false,
|
||||
cacheDirectory: true
|
||||
},
|
||||
vueLoader: {},
|
||||
postcss: {},
|
||||
|
Loading…
Reference in New Issue
Block a user