npm run build 报错 Error: No PostCSS Config found in...

= module.exports { 
    plugins: [ 
        the require ( 'autoprefixer') // automatically add the prefix css 
    ] 
};

In the new project root directory postcss.config.jsfile, add the above.

Guess you like

Origin www.cnblogs.com/xulei1992/p/11833560.html