~cytrogen/masto-fe

ref: 8227af8dcc5bfe5476da49202ffdffcf56204805 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
8227af8d — fusagiko / takayamaki use configureStore of redux-toolkit instead of createStore of redux (#24790) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});