From 85b28f0fa888432a2dca84a8008129265458453d Mon Sep 17 00:00:00 2001 From: alexkuchun <84595078+alexkuchun@users.noreply.github.com> Date: Fri, 11 Nov 2022 14:18:50 +0100 Subject: [PATCH] fix: removed "sideEffect" property to fix the demo build (#571) --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index c19861de..32805c2f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "repository": "git@github.com:signavio/react-stick.git", "author": "Jan-Felix Schwarz ", "license": "MIT", - "sideEffects": false, "scripts": { "commit": "commit", "prebuild": "npm run clean",