From 77e5b69f19bc4eec5d8be3d4852768c8946528a6 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Sat, 21 Dec 2019 21:46:47 -0700 Subject: [PATCH] remove html minification property that was causing issues --- webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 664dfa3..fd46f5a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -41,7 +41,6 @@ prerenderOpts = (width, height, name) => ({ minifyJS: jsMin, collapseBooleanAttributes: true, - collapseWhitespace: true, removeRedundantAttributes: true, removeScriptTypeAttributes: true, removeStyleLinkTypeAttributes: true,