Skip to content

Commit

Permalink
Remove REACT_APP_BACKEND flag from start script and add Babel plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Blari committed Feb 17, 2025
1 parent 4c61621 commit 66001d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "./",
"scripts": {
"build": "cross-env REACT_APP_BACKEND=true NODE_ENV=production PUBLIC_URL='./' react-app-rewired --openssl-legacy-provider build",
"start": "cross-env REACT_APP_BACKEND=false react-app-rewired --openssl-legacy-provider start",
"start": "cross-env react-app-rewired --openssl-legacy-provider start",
"dev": "cross-env react-app-rewired --openssl-legacy-provider start",
"test": "react-app-rewired --openssl-legacy-provider test",
"format": "prettier --write src/"
Expand Down Expand Up @@ -94,6 +94,7 @@
},
"devDependencies": {
"@babel/helper-call-delegate": "^7.12.13",
"@babel/plugin-proposal-private-property-in-object": "^7.14.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
Expand Down

0 comments on commit 66001d9

Please sign in to comment.