From 1ca0a99f432b8343a10d8160487bb38de895cb54 Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Sun, 1 Aug 2021 15:18:01 +0200 Subject: [PATCH] Build config fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c6c991..7d2c53f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.4.1", "description": "Core functions, classes and components for RecogitoJS", "main": "src/index.js", - "sideEffects": ["*.json"], + "sideEffects": ["*.json", "themes/default/*"], "scripts": { "test": "NODE_ENV=test ./node_modules/.bin/mocha --require @babel/register" },