标签:nsa exp plugins tor sele plist 使用 lin 忽略
module.exports = {
lintOnSave: true,
css: {
loaderOptions: {
postcss: {
plugins: [
require('postcss-pxtorem')({
rootValue : 1, // 换算的基数
selectorBlackList : ['weui','mu'], // 忽略转换正则匹配项
propList : ['*'],
}),
]
}
}
},
}
标签:nsa exp plugins tor sele plist 使用 lin 忽略
原文地址:https://www.cnblogs.com/wwj007/p/11496602.html