We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb34a6a commit 441a18aCopy full SHA for 441a18a
1 file changed
package.json
@@ -14,10 +14,9 @@
14
},
15
"scripts": {
16
"start": "react-scripts start",
17
- "build": "react-scripts build",
+ "build": "react-scripts build && cp ./build/index.html ./build/404.html",
18
"test": "react-scripts test --env=jsdom",
19
- "eject": "react-scripts eject",
20
- "postbuild": "node postbuild.js"
+ "eject": "react-scripts eject"
21
22
"browserslist": [
23
">0.2%",
0 commit comments