2019-09-02 19:15:00 +08:00
|
|
|
module.exports = {
|
|
|
|
presets: [
|
2020-09-15 18:08:26 +08:00
|
|
|
'@vue/cli-plugin-babel/preset'
|
2021-03-09 19:21:55 +08:00
|
|
|
],
|
2021-06-02 14:11:45 +08:00
|
|
|
'plugins': [
|
2021-03-09 19:21:55 +08:00
|
|
|
[
|
2021-06-02 14:11:45 +08:00
|
|
|
'component',
|
2021-03-09 19:21:55 +08:00
|
|
|
{
|
2021-06-02 14:11:45 +08:00
|
|
|
'libraryName': 'element-ui',
|
|
|
|
'styleLibraryName': 'theme-chalk'
|
2021-03-09 19:21:55 +08:00
|
|
|
}
|
|
|
|
]
|
2019-09-02 19:15:00 +08:00
|
|
|
]
|
|
|
|
}
|