File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 6
6
"homepage" : " ./" ,
7
7
"scripts" : {
8
8
"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" ,
10
10
"dev" : " cross-env react-app-rewired --openssl-legacy-provider start" ,
11
11
"test" : " react-app-rewired --openssl-legacy-provider test" ,
12
12
"format" : " prettier --write src/"
94
94
},
95
95
"devDependencies" : {
96
96
"@babel/helper-call-delegate" : " ^7.12.13" ,
97
+ "@babel/plugin-proposal-private-property-in-object" : " ^7.14.5" ,
97
98
"@testing-library/jest-dom" : " ^5.17.0" ,
98
99
"@testing-library/react" : " ^14.1.2" ,
99
100
"@testing-library/user-event" : " ^14.5.1" ,
You can’t perform that action at this time.
0 commit comments