Newer
Older
module.exports = ({ env }) => ({
plugins: [
'autoprefixer',
env === 'production' ? 'cssnano' : '',
],
module.exports = ({ env }) => ({
plugins: [
'autoprefixer',
env === 'production' ? 'cssnano' : '',
],