2019-07-03 14:50:04 +00:00
|
|
|
module.exports = {
|
2020-02-06 06:05:46 +00:00
|
|
|
presets: [
|
2020-02-07 06:41:21 +00:00
|
|
|
'@vue/cli-plugin-babel/preset'
|
2020-02-06 06:05:46 +00:00
|
|
|
],
|
|
|
|
plugins: [
|
|
|
|
["component", {
|
|
|
|
"libraryName": "element-ui",
|
|
|
|
"styleLibraryName": "theme-chalk"
|
|
|
|
}]
|
|
|
|
]
|
|
|
|
};
|