mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-11 23:52:23 +03:00
05b8891110
fix: boolean attributes client side
14 lines
243 B
Plaintext
14 lines
243 B
Plaintext
{
|
|
"plugins": ["@babel/plugin-syntax-dynamic-import"],
|
|
"env": {
|
|
"test": {
|
|
"plugins": ["dynamic-import-node"],
|
|
"presets": [
|
|
[ "@babel/env", {
|
|
"targets": { "node": "current" }
|
|
}]
|
|
]
|
|
}
|
|
},
|
|
}
|