vue-flip-page/.babelrc

22 lines
293 B
Plaintext
Raw Normal View History

2020-02-03 21:34:20 +08:00
{
"presets": [
[
"env",
{
"modules": false,
"targets": {
"browsers": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}
}
],
"stage-2"
],
"plugins": [
"transform-runtime"
]
}