mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-15 12:52:27 +03:00
28 lines
380 B
Plaintext
28 lines
380 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"env",
|
|
{
|
|
"modules": false
|
|
}
|
|
],
|
|
"stage-3"
|
|
],
|
|
"plugins": [
|
|
"transform-vue-jsx",
|
|
"jsx-v-model"
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"presets": [
|
|
["env", { "target": { "node": "current" }}],
|
|
"stage-3"
|
|
],
|
|
"plugins": [
|
|
"transform-vue-jsx",
|
|
"jsx-v-model"
|
|
]
|
|
}
|
|
}
|
|
}
|