We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ddd854 commit eb792e7Copy full SHA for eb792e7
package.json
@@ -2,7 +2,7 @@
2
"name": "react-error-boundary",
3
"version": "0.0.1",
4
"description": "Simple reusable React error boundary component",
5
- "main": "dist/commonjs/react-error-boundary.js",
+ "main": "dist/commonjs/index.js",
6
"scripts": {
7
"build": "npm run build:commonjs && npm run build:es && npm run build:umd",
8
"build:commonjs": "npm run clean:commonjs && cross-env NODE_ENV=production cross-env BABEL_ENV=commonjs babel src --out-dir dist/commonjs",
0 commit comments