module.exports = {
    parser: false,
    sourceMap: false,
    plugins: {
        'autoprefixer':true, //低版本安卓css识别不了,开启可以自动转换让低版本识别的css
        'cssnano': {}
    }
}

 

module.exports = {
    parser: false,
    sourceMap: false,
    plugins: {
        'autoprefixer': {},
        'cssnano': {}
    }
}

postcss.config.js

 

相关文章:

猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-28
  • 2022-12-23
相关资源
相似解决方案