We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sideEffects: false
1 parent a5ea56a commit 2c92fd4Copy full SHA for 2c92fd4
packages/react-error-overlay/package.json
@@ -3,6 +3,7 @@
3
"version": "5.1.0",
4
"description": "An overlay for displaying stack frames.",
5
"main": "lib/index.js",
6
+ "sideEffects": false,
7
"scripts": {
8
"start": "cross-env NODE_ENV=development node build.js --watch",
9
"test": "cross-env NODE_ENV=test jest",
0 commit comments