~cytrogen/masto-fe

ref: db047e323b2746f56d87f31b90c4b0eec2dfd76a masto-fe/postcss.config.js -rw-r--r-- 118 bytes
db047e32 — renovate[bot] Update dependency webpack-bundle-analyzer to v4.9.0 (#25327) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});