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$/, ]; }