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 9abf3c1 commit 401c919Copy full SHA for 401c919
package.json
@@ -6,7 +6,7 @@
6
"devDependencies": {
7
"enzyme": "^3.0.0",
8
"gh-pages": "^3.1.0",
9
- "react-scripts": "^4.0.3",
+ "react-scripts": "^5.0.1",
10
"react-test-renderer": "^15.0.0",
11
"sw-precache": "^5.2.0"
12
},
@@ -18,7 +18,7 @@
18
19
"scripts": {
20
"start": "react-scripts start",
21
- "build": "react-scripts build && sw-precache --config=sw-precache-config.js",
+ "build": "react-scripts build",
22
"test": "react-scripts test --env=jsdom",
23
"eject": "react-scripts eject",
24
"deploy": "npm run build&&gh-pages -b master -d build"
0 commit comments