From 867a75850caf2cad32cf19d4060da9abc4702e03 Mon Sep 17 00:00:00 2001 From: Rishi Kumar Chawda Date: Fri, 7 Feb 2020 00:29:09 +0530 Subject: [PATCH] fix(prod): css not included in production build Setting side effects to `false` will prevent CSS from being included in the production build. Sadly, whoever wrote it never tested this for production. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 0a6dbb9..04d6a93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "boilerplate", - "sideEffects": false, "version": "1.0.0", "description": "React Boiler Plate", "main": "index.js",