2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-11 23:52:23 +03:00
Files
vue-meta/.babelrc
T
pimlie 05b8891110 test: add e2e tests
fix: boolean attributes client side
2019-03-12 10:03:46 +01:00

14 lines
243 B
Plaintext

{
"plugins": ["@babel/plugin-syntax-dynamic-import"],
"env": {
"test": {
"plugins": ["dynamic-import-node"],
"presets": [
[ "@babel/env", {
"targets": { "node": "current" }
}]
]
}
},
}