📜  旧浏览器的 webpack - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:23.808000             🧑  作者: Mango

代码示例1
add in webpack  .enablePostCssLoader()

yarn add autoprefixer  postcss-loader --dev

create filepostcss.config.js 

module.exports = {
plugins: {
'autoprefixer': {},
}}