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