Skip to content

Commit

Permalink
remove react-app-rewired
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalsine85 committed Aug 11, 2022
1 parent 0f911c3 commit c8dea04
Show file tree
Hide file tree
Showing 3 changed files with 5,437 additions and 2,798 deletions.
35 changes: 0 additions & 35 deletions config-overrides.js

This file was deleted.

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"react-feather": "^2.0.9",
"react-popper": "^2.2.5",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-scripts": "4.0.3",
"react-spring": "^9.2.4",
"react-tabs": "^5.1.0",
"react-vertical-timeline-component": "3.5.2",
Expand All @@ -71,9 +71,9 @@
"web3-utils": "^1.7.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 --max_old_space_size=4096",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "yarn build && cp ./build/index.html ./build/200.html",
"lint": "npx eslint .",
Expand Down Expand Up @@ -110,8 +110,7 @@
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.21.5",
"prettier": "^2.2.1",
"prettier-eslint": "^15.0.0",
"react-app-rewired": "^2.2.1"
"prettier-eslint": "^15.0.0"
},
"prettier": {
"trailingComma": "all",
Expand Down
Loading

0 comments on commit c8dea04

Please sign in to comment.