module.exports = { css: { loaderOptions: { postcss: { plugins: [ require("postcss-pxtorem")({ rootValue: 22, // 换算的基数 propList: ["*"] }) ] } } } };