Skip to content

Commit

Permalink
Remove react-app-rewired
Browse files Browse the repository at this point in the history
It was only used for `customize-cra`, which see below.
  • Loading branch information
JulianKniephoff committed May 6, 2024
1 parent b42456a commit 5ca8c01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 29 deletions.
25 changes: 0 additions & 25 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"yup": "^1.3.3"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand All @@ -75,7 +75,6 @@
"@types/lodash": "^4.14.202",
"@types/uuid": "^9.0.8",
"prop-types": "^15.8.1",
"react-app-rewired": "^2.2.1",
"sass": "^1.70.0",
"ts-migrate": "^0.1.35",
"uuid": "^9.0.1"
Expand Down

0 comments on commit 5ca8c01

Please sign in to comment.