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

5 lines
94 B
Plaintext

{
"presets": ["@babel/preset-env"],
"plugins": ["@babel/plugin-syntax-dynamic-import"],
}