npm i -D wepy-plugin-parsecss
plugins: {
parsecss: {
compressed: false,
// base64
base64Config: {
maxSize: 20,
basePath: __dirname + '/bgimages'
},
// autoprefixer
autoprefixerConfig: {
browsers: ['last 11 iOS versions']
}
}
},
-
basePath -- path to put bg-images -- path to search assets
-
maxSize -- file size in kbytes
https://github.com/postcss/autoprefixer#options