2019-06-03babel对mintUI按需导入时候.babelrc报错

需要增加到.babelrc中的应该是这个:
["component",
{
"libraryName": "mint-ui",
"style": true
}
]
“component”的后面应该是一个对象而不是数组
记得html中要增加meta:vp的视口

(babel-plugin-component官网)[https://www.npmjs.com/package/babel-plugin-component]

你可能感兴趣的:(2019-06-03babel对mintUI按需导入时候.babelrc报错)