Skip to content

Commit

Permalink
Use skip_preflight_check to allow upgrading react-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Apr 28, 2021
1 parent e2b1261 commit 71482fa
Show file tree
Hide file tree
Showing 4 changed files with 3,054 additions and 1,226 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"electron-mock-ipc": "^0.3.8",
"eslint-config-airbnb-typescript": "^7.0.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-monorepo": "^0.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react-hooks": "^4.0.0",
Expand Down Expand Up @@ -133,7 +134,7 @@
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^16.8.0",
"react-is": "^16.13.1",
"react-scripts": "^3.3.0",
"react-scripts": "^4.0.3",
"requestidlecallback-polyfill": "^1.0.2",
"rimraf": "^3.0.2",
"rxjs": "^6.0.0",
Expand Down
1 change: 1 addition & 0 deletions products/jbrowse-web/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SKIP_PREFLIGHT_CHECK=true
1 change: 0 additions & 1 deletion products/jbrowse-web/rescripts/workerLoaderRescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ module.exports = config => {
],
),
plugins: [
...loaderListRule.oneOf[1].options.plugins,
[
require.resolve('babel-plugin-named-asset-import', {
paths: ['../../node_modules/react-scripts/node_modules'],
Expand Down
Loading

0 comments on commit 71482fa

Please sign in to comment.