module.exports = { plugins: { 'postcss-pxtorem': { rootValue(input) { return /[\\/]node_modules[\\/]vant/.test(input.file) ? 37.5 : 75 }, propList: ['*', '!filter'], minPixelValue: 2, }, }, }