module.exports = { plugins: { autoprefixer: {} // postcss-pxtorem 插件已禁用 // 如需响应式设计,可重新启用 // 'postcss-pxtorem': { // rootValue: 16, // unitPrecision: 5, // propList: ['*'], // selectorBlackList: [], // replace: true, // mediaQuery: false, // minPixelValue: 0, // exclude: /node_modules/i // } } }