// 使用 CommonJS 格式 module.exports = { plugins: { autoprefixer: {}, 'postcss-pxtorem': { rootValue: 16, propList: ['*'], }, }, };