2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-13 03:52:27 +03:00
Files
vue2-datepicker/.babelrc
T
2017-11-30 12:50:32 +08:00

12 lines
104 B
Plaintext

{
"presets": [
[
"env",
{
"modules": false
}
],
"stage-3"
]
}