Jpom/web-vue/babel.config.js
2021-04-15 17:57:52 +08:00

10 lines
153 B
JavaScript

module.exports = {
presets: [],
plugins: [
[
'component',
{ libraryName: 'element-ui', styleLibraryName: 'theme-chalk' }
]
]
}