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
@@ -94,7 +98,7 @@ Rspack's modules resolution**. It means that you have to setup `tsconfig.json` c
94
98
|`issue`|`object`|`{}`| See [Issues options](#issues-options). |
95
99
|`formatter`|`string` or `object` or `function`|`codeframe`| Available formatters are `basic`, `codeframe` and a custom `function`. To [configure](https://babeljs.io/docs/en/babel-code-frame#options)`codeframe` formatter, pass: `{ type: 'codeframe', options: { <coderame options> } }`. To use absolute file path, pass: `{ type: 'codeframe', pathType: 'absolute' }`. |
96
100
|`logger`|`{ log: function, error: function }` or `webpack-infrastructure`|`console`| Console-like object to print issues in `async` mode. |
97
-
|`devServer`|`boolean`|`true`| If set to `false`, errors will not be reported to Dev Server and displayed in the error overlay. |
101
+
|`devServer`|`boolean`|`true`| If set to `false`, errors will not be reported to Dev Server and displayed in the error overlay. |
0 commit comments