mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-11 10:22:27 +03:00
31 lines
442 B
Plaintext
31 lines
442 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"modules": false
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"transform-vue-jsx"
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": "current"
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"transform-vue-jsx"
|
|
]
|
|
}
|
|
}
|
|
}
|