下面两种写法都不行
plugins: [
[
'component',
{
'libraryName': 'element-ui',
'styleLibraryName': 'theme-chalk'
}
],
[
'component',
{
'libraryName': 'XXX',
'styleLibraryName': 'theme-chalk'
}
]
],
plugins: [
[
'component',
{
'libraryName': 'element-ui',
'styleLibraryName': 'theme-chalk'
},
{
'libraryName': 'XXX',
'styleLibraryName': 'theme-chalk'
}
]
],
你好,你的问题解决了吗?
问题已经解决:
babel.config.js