const _config = require("./config/index.js"); module.exports = { // px转rem // 使用postcss-pxtorem plugins: { autoprefixer: {}, "postcss-pxtorem": { rootValue: 20, // 最低适配1440*900 propList: ["*"], }, }, };