From 769995549d3fbada1ab4414aeccc1fdae5bad21d Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Thu, 17 Dec 2020 13:57:54 +0100 Subject: [PATCH] Mark detectPackage as sideEffect --- packages/ui-keyring/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 2a57a8fb..9e4991a0 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -3,7 +3,10 @@ "version": "0.63.2-1", "main": "index.js", "module": "index.mjs", - "sideEffects": false, + "sideEffects": [ + "./detectPackage.js", + "./detectPackage.mjs" + ], "repository": "github:polkadot-js/apps", "author": "Jaco Greeff ", "maintainers": [],