提交 8078bef0 编写于 作者: H HRK

fix: 针对引入静态资源的小程序,chain-webpack判断逻辑修正

上级 d4405f5b
......@@ -106,7 +106,7 @@ module.exports = function chainWebpack (platformOptions, vueOptions, api) {
})
}
} else {
if (process.env.UNI_PLATFORM === "mp-baidu") {
if (langRule.oneOf(type).uses.has('extract-css-loader')){
langRule.oneOf(type)
.use('extract-css-loader')
.tap(options => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册