From f23227fc8b385bc9d72f7b51c272a59f4fef9e2b Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 19 Nov 2021 10:22:59 +0100 Subject: [PATCH] use latest version of impunity with support for multiple entry points --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b391a3c0..7f584ee3 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint": "^7.32.0", "fake-indexeddb": "^3.1.2", "finalhandler": "^1.1.1", - "impunity": "^1.0.1", + "impunity": "^1.0.3", "mdn-polyfills": "^5.20.0", "node-html-parser": "^4.0.0", "postcss": "^8.1.1",