github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/build-blockchain-insurance-app-master/web/src/postcss.config.js (about) 1 module.exports = ({ file, options, env }) => ({ 2 plugins: { 3 'autoprefixer': env == 'production' ? options.autoprefixer : false 4 } 5 });