Adding fork-ts-checker-webpack-plugin
This allows offloading type checking to another process and saves ~1-2 seconds for each build. Also, we can integrate ESLint into the build pipeline and this is dope!
This commit is contained in:
parent
6e7f8507b1
commit
79935593e2
3 changed files with 158 additions and 8 deletions
|
@ -15,6 +15,7 @@
|
|||
"@typescript-eslint/parser": "^4.23.0",
|
||||
"css-loader": "^5.2.4",
|
||||
"eslint": "^7.26.0",
|
||||
"fork-ts-checker-webpack-plugin": "^6.2.9",
|
||||
"html-webpack-plugin": "^5.3.1",
|
||||
"jasmine": "^3.5.0",
|
||||
"mini-css-extract-plugin": "^1.6.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue