2019-05-21 19:15:12 +08:00
|
|
|
module.exports = {
|
|
|
|
presets: [
|
2021-04-24 11:28:15 +08:00
|
|
|
'@vue/cli-plugin-babel/preset'
|
2020-02-22 17:21:47 +08:00
|
|
|
],
|
|
|
|
plugins: [
|
|
|
|
[
|
|
|
|
'component', {
|
|
|
|
'libraryName': 'element-ui',
|
|
|
|
'styleLibraryName': 'theme-chalk'
|
|
|
|
}
|
|
|
|
]
|
2019-05-21 19:15:12 +08:00
|
|
|
]
|
|
|
|
}
|