You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,8 +67,8 @@ Path to *tslint.json* file or `true`. If `true`, uses `path.resolve(compiler.opt
67
67
Directories or files to watch by service. Not necessary but improves performance (reduces number of `fs.stat` calls).
68
68
69
69
***async**`boolean`:
70
-
True by default - `async: false` can block webpack's emit to wait for type checker/linter and to add errors to the webpack's compilation.
71
-
We recommend to use it in projects where type checking is faster than webpack's build - it's better for integration with other plugins.
70
+
True by default - `async: false` can block webpack's emit to wait for type checker/linter and to add errors to the webpack's compilation.`
71
+
We recommend to set this to `false`in projects where type checking is faster than webpack's build - it's better for integration with other plugins. Another scenario where you might want to set this to `false` is if you use the `overlay` functionality of `webpack-dev-server`.
0 commit comments