This repository has been archived on 2022-11-08. You can view files and clone it, but cannot push or open issues or pull requests.
web-archived/babel.config.js
2020-02-07 14:41:21 +08:00

12 lines
226 B
JavaScript

module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
plugins: [
["component", {
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}]
]
};