mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-16 22:20:34 +03:00
14 lines
168 B
Plaintext
14 lines
168 B
Plaintext
{
|
|
"env": {
|
|
"test": {
|
|
"presets": [
|
|
[ "@babel/env", {
|
|
"targets": {
|
|
"node": "current"
|
|
}
|
|
}]
|
|
]
|
|
}
|
|
}
|
|
}
|