module.exports = { plugins: { autoprefixer: {}, "postcss-pxtorem": { rootValue: 16, // 基准值,可以根据需求修改 unitPrecision: 5, propList: ["*"], selectorBlackList: ["body"], replace: true, mediaQuery: false, minPixelValue: 0, }, }, };