File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 66 "homepage" : " ./" ,
77 "scripts" : {
88 "build" : " cross-env REACT_APP_BACKEND=true NODE_ENV=production PUBLIC_URL='./' react-app-rewired --openssl-legacy-provider build" ,
9- "start" : " cross-env REACT_APP_BACKEND=false react-app-rewired --openssl-legacy-provider start" ,
9+ "start" : " cross-env react-app-rewired --openssl-legacy-provider start" ,
1010 "dev" : " cross-env react-app-rewired --openssl-legacy-provider start" ,
1111 "test" : " react-app-rewired --openssl-legacy-provider test" ,
1212 "format" : " prettier --write src/"
9494 },
9595 "devDependencies" : {
9696 "@babel/helper-call-delegate" : " ^7.12.13" ,
97+ "@babel/plugin-proposal-private-property-in-object" : " ^7.14.5" ,
9798 "@testing-library/jest-dom" : " ^5.17.0" ,
9899 "@testing-library/react" : " ^14.1.2" ,
99100 "@testing-library/user-event" : " ^14.5.1" ,
You can’t perform that action at this time.
0 commit comments