From 1286ef9a0d700d1f0892df46987bfa8e04884fd8 Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Wed, 17 Nov 2021 16:55:18 -0500 Subject: [PATCH] fix issue with hamburger animation not working in prod, due to is-active css being pruned --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index c2fd7a8..da29d0c 100755 --- a/webpack.config.js +++ b/webpack.config.js @@ -186,6 +186,7 @@ function getCSSWhitelistPatterns() { /^body$/, /^figure$/, /^blockquote$/, + /^is-active$/, /^collapse$/, /^collapsing$/, /^label$/,