diff --git a/build-scripts/bundle.js b/build-scripts/bundle.js index b7517720bc..fd4070ea59 100644 --- a/build-scripts/bundle.js +++ b/build-scripts/bundle.js @@ -70,12 +70,7 @@ module.exports.htmlMinifierOptions = { removeComments: true, removeRedundantAttributes: true, minifyCSS: { - level: { - 1: { - all: false, - removeWhitespace: true, - }, - }, + compatibility: "*,-properties.zeroUnits", }, };