Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
fix high cpu usage with npm start (TypeStrong/fork-ts-checker-webpack…
Browse files Browse the repository at this point in the history
  • Loading branch information
Athou committed May 29, 2019
1 parent e7156db commit 60f1eb3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"typescript": "3.4.5"
},
"scripts": {
"start": "react-scripts start",
"start": "cross-env TSC_WATCHFILE=UseFsEventsWithFallbackDynamicPolling react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --transformIgnorePatterns \"node_modules/(?!typesafe-react-router)/\"",
"eject": "react-scripts eject",
Expand All @@ -53,6 +53,7 @@
]
},
"devDependencies": {
"cross-env": "^5.2.0",
"nswag": "12.2.4"
}
}

0 comments on commit 60f1eb3

Please sign in to comment.