2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-19 23:20:33 +03:00

chore: update babel conf

This commit is contained in:
pimlie
2019-02-20 14:23:48 +01:00
parent b9579df1e1
commit 873f29c299
+11 -1
View File
@@ -1,3 +1,13 @@
{
"presets": ["@babel/preset-env"]
"env": {
"test": {
"presets": [
[ "@babel/env", {
"targets": {
"node": "current"
}
}]
]
}
}
}