Nuxt/.babelrc

10 lines
80 B
Plaintext
Raw Normal View History

2018-03-18 07:56:41 +00:00
{
"env": {
"test": {
"presets": [
"env"
]
}
}
}