1
0
forked from um/web
web/babel.config.js
2020-03-04 08:37:39 +08:00

12 lines
206 B
JavaScript

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