fix: add sideEffects: false to react-error-overlay (#5451)

This allows us to leave the import in the code, and webpack will still tree shake it out
This commit is contained in:
Simen Bekkhus
2018-11-22 03:53:03 +01:00
committed by Joe Haddad
parent a5ea56abbf
commit 2c92fd48f1

View File

@@ -3,6 +3,7 @@
"version": "5.1.0",
"description": "An overlay for displaying stack frames.",
"main": "lib/index.js",
"sideEffects": false,
"scripts": {
"start": "cross-env NODE_ENV=development node build.js --watch",
"test": "cross-env NODE_ENV=test jest",