Skip to content

Commit

Permalink
Fix CRA .cache error
Browse files Browse the repository at this point in the history
Looks like there really isn't any great solution for using CRA with nix.
I think we should consider just removing this example

facebook/create-react-app#11263
  • Loading branch information
alexdavid committed Oct 11, 2023
1 parent e6145f9 commit 7e28ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/frontend-create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "BROWSER=none react-scripts start",
"start": "DISABLE_ESLINT_PLUGIN=true BROWSER=none react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand Down

0 comments on commit 7e28ca5

Please sign in to comment.