mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-02 11:58:01 +08:00
10 lines
153 B
JavaScript
10 lines
153 B
JavaScript
module.exports = {
|
|
presets: [],
|
|
plugins: [
|
|
[
|
|
'component',
|
|
{ libraryName: 'element-ui', styleLibraryName: 'theme-chalk' }
|
|
]
|
|
]
|
|
}
|