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 a40a67b commit a5dc84dCopy full SHA for a5dc84d
packages/react-error-overlay/package.json
@@ -8,7 +8,8 @@
8
"start": "cross-env NODE_ENV=development npm run build -- --watch",
9
"test": "flow && jest",
10
"build": "babel src/ -d lib/",
11
- "build:prod": "cross-env NODE_ENV=production babel src/ -d lib/"
+ "build:prod": "cross-env NODE_ENV=production babel src/ -d lib/",
12
+ "postinstall": "npm run build:prod"
13
},
14
"repository": "facebookincubator/create-react-app",
15
"license": "BSD-3-Clause",
0 commit comments