代码拉取完成,页面将自动刷新
// const autoprefixer = require('autoprefixer');
// const pxtorem = require('postcss-pxtorem');
//
// module.exports = {
// css: {
// loaderOptions: {
// postcss: {
// plugins: [
// autoprefixer(),
// pxtorem({
// rootValue: 75, // 要style直接写px单位, 1rem=75px,
// propList: ['*'], // 对所有css属性单位转换
// exclude: /(node_module)/, // 排除掉node_module目录,不对vant单位转换rem
// unitPrecision: 2, // 允许rem的小数长度
// mediaQuery: true, // 允许在媒体查询中转换px
// minPixelValue: 3, // 设置要替换的最小像素值(3px会被转rem)。 默认 0
// selectorBlackList:['abc'], // 要忽略并保留为px的选择器
// })
// ]
// }
// }
// }
// };
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。