We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67f4cf commit 503c52cCopy full SHA for 503c52c
.gitignore
@@ -6,7 +6,7 @@
6
.pnp.js
7
8
.idea
9
-
+_redirects.local
10
11
# testing
12
/coverage
package.json
@@ -24,6 +24,7 @@
24
"scripts": {
25
"start": "react-app-rewired start",
26
"build": "react-app-rewired build",
27
+ "postbuild": "cp ./_redirects.local ./build/_redirects",
28
"test": "react-app-rewired test",
29
"eject": "react-app-rewired eject",
30
"plop": "plop"
@@ -44,7 +45,7 @@
44
45
"babel-plugin-import": "^1.11.0",
46
"babel-plugin-inline-react-svg": "^1.0.1",
47
"babel-plugin-styled-components": "^1.8.0",
- "customize-cra": "^0.2.13",
48
+ "customize-cra": "^0.9.1",
49
"prettier": "^1.18.2",
50
"react-app-rewire-hot-loader": "^2.0.1",
51
"react-app-rewired": "^2.1.4",
0 commit comments