diff --git a/webpack.config.js b/webpack.config.js index 4a36f15c5..f4b81a296 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -50,7 +50,12 @@ module.exports = { plugins: () => [ require('cssnano')({ preset: ['advanced', { - autoprefixer: true, + autoprefixer: { + add: true, + remove: true, + flexbox: true, + grid: 'autoplace' + }, calc: false, convertValues: false, discardComments: {