From 44b1960e6541b1f96aa52fb7a5c1b2137e0424a7 Mon Sep 17 00:00:00 2001 From: Jake Archibald Date: Mon, 29 Oct 2018 18:55:22 +0000 Subject: [PATCH] Something weird happened with the last commit --- webpack.config.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 716421a6..6b753b9f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -200,9 +200,11 @@ module.exports = function (_, env) { new OptimizeCssAssetsPlugin({ cssProcessorOptions: { - zindex: false, - discardComments: { removeAll: true } + postcssReduceIdents: { counterStyle: false, + gridTemplate: false, + keyframes: false + } } }),