官網(wǎng)地址 https://www.npmjs.com/package/babel-plugin-component#multiple-module
"plugins": [
[
"component",
{
libraryName: "mint-ui",
style: true,
},
"mint-ui"
],
[
"component",
{
libraryName: "element-ui",
"styleLibraryName": "theme-chalk"
},
"element-ui"
]
]