2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-16 22:20:34 +03:00
Files
vue-meta/.babelrc
T
2019-02-20 14:23:48 +01:00

14 lines
168 B
Plaintext

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