@mindev/min-plugin-autoprefixer
v2.0.1
Published
min plugin-autoprefixer
Downloads
3
Readme
min plugin-autoprefixer
安装
$ npm install @mindev/min-plugin-autoprefixer --save-dev
配置 min.config.js
module.exports = {
plugins: {
autoprefixer: {
filter: new RegExp('\.(wxss)$'),
validate (options: PluginHelper.Options) {
return true
},
config: {
browsers: ['Android >= 2.3', 'Chrome > 20', 'iOS >= 6']
}
}
}
}
参数说明
Tip
- min cli 2.x 版本开始支持