Nuxt/.babelrc
Clark Du ef7a42649d misc: improve coverage and packaging (#3121)
nuxt-start and nuxt/legacy are also coming!
2018-03-28 02:58:17 +04:30

10 lines
80 B
Plaintext

{
"env": {
"test": {
"presets": [
"env"
]
}
}
}