SDV_VirtualKeyboard_ConfigE.../babel.config.js

14 lines
215 B
JavaScript
Raw Permalink Normal View History

2020-10-27 11:20:36 +08:00
module.exports = {
"presets": [
"@vue/cli-plugin-babel/preset"
],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
2020-10-27 16:25:07 +08:00
"styleLibraryName": "~theme"
2020-10-27 11:20:36 +08:00
}
]
]
}