mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-18 22:51:02 +00:00
refactor: enable babel.cacheDirectory when dev&&build.cache by default
This commit is contained in:
parent
e7cfca3326
commit
bc407cdbce
@ -61,7 +61,7 @@ export default {
|
|||||||
},
|
},
|
||||||
babel: {
|
babel: {
|
||||||
babelrc: false,
|
babelrc: false,
|
||||||
cacheDirectory: true
|
cacheDirectory: undefined
|
||||||
},
|
},
|
||||||
vueLoader: {},
|
vueLoader: {},
|
||||||
postcss: {},
|
postcss: {},
|
||||||
|
Loading…
Reference in New Issue
Block a user