File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1+ module . exports = function override ( config , env ) {
2+ //do stuff with the webpack config...
3+ console . log ( 'config overrides: ' , env ) ;
4+ return config ;
5+ } ;
Original file line number Diff line number Diff line change 88 "@testing-library/user-event" : " ^7.1.2" ,
99 "node-sass" : " ^4.13.0" ,
1010 "react" : " ^16.12.0" ,
11+ "react-app-rewired" : " ^2.1.5" ,
1112 "react-dom" : " ^16.12.0" ,
1213 "react-scripts" : " 3.3.0"
1314 },
1415 "scripts" : {
15- "start" : " react-scripts start" ,
16- "build" : " react-scripts build" ,
17- "test" : " react-scripts test" ,
16+ "start" : " react-app-rewired start" ,
17+ "build" : " react-app-rewired build" ,
18+ "test" : " react-app-rewired test" ,
1819 "eject" : " react-scripts eject"
1920 },
2021 "eslintConfig" : {
Original file line number Diff line number Diff line change @@ -8579,6 +8579,13 @@ react-app-polyfill@^1.0.5:
85798579 regenerator-runtime "^0.13.3"
85808580 whatwg-fetch "^3.0.0"
85818581
8582+ react-app-rewired@^2.1.5 :
8583+ version "2.1.5"
8584+ resolved "https://registry.yarnpkg.com/react-app-rewired/-/react-app-rewired-2.1.5.tgz#592ec2eae5c3c5cd96c80930b5dc3f6c34da1dc6"
8585+ integrity sha512-Gr8KfCeL9/PTQs8Vvxc7v8wQ9vCFMnYPhcAkrMlzkLiMFXS+BgSwm11MoERjZm7dpA2WjTi+Pvbu/w7rujAV+A==
8586+ dependencies :
8587+ semver "^5.6.0"
8588+
85828589react-dev-utils@^10.0.0 :
85838590 version "10.0.0"
85848591 resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-10.0.0.tgz#bd2d16426c7e4cbfed1b46fb9e2ac98ec06fcdfa"
You can’t perform that action at this time.
0 commit comments