mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-30 19:08:18 +08:00
12 lines
191 B
JavaScript
12 lines
191 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@vue/cli-plugin-babel/preset'
|
|
],
|
|
plugins: [
|
|
[
|
|
'component',
|
|
{ libraryName: 'element-ui', styleLibraryName: 'theme-chalk' }
|
|
]
|
|
]
|
|
}
|