From 915b9be10519762e70814150fcb586b99c8b7e95 Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Sat, 10 Jul 2021 19:54:56 -0400 Subject: [PATCH] fixing purgecss element issues --- webpack.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/webpack.config.js b/webpack.config.js index 53815fc..dff72bf 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -185,8 +185,16 @@ function getCSSWhitelistPatterns() { /^html$/, /^body$/, /^blockquote$/, + /^input$/, + /^svg$/, + /^img$/, /^ul$/, + /^li$/, + /^p$/, + /^a$/, /^h.$/, + /^pre$/, + /^code$/, ]; }