gradido/babel.config.js
2021-01-12 10:28:04 +01:00

15 lines
201 B
JavaScript

module.exports = {
"presets": [
"@vue/app"
],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}