1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-21 16:09:52 +00:00
Nuxt/.babelrc
2018-08-10 14:45:58 +01:00

14 lines
167 B
Plaintext

{
"env": {
"test": {
"presets": [
["@babel/env", {
"targets": {
"node": "current"
}
}]
]
}
}
}