SDV_VirtualKeyboard_ConfigE.../.babelrc

30 lines
445 B
Plaintext
Raw Normal View History

2020-10-22 15:35:23 +08:00
{
"presets": [
[
"env",
{
"modules": false,
"targets": {
"browsers": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}
}
],
"stage-2"
],
"plugins": [
"transform-vue-jsx",
"transform-runtime",
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}