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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,12 @@ especially if there are other loaders/plugins involved in the compilation. **req
155
155
***typescript**`string`:
156
156
If supplied this is a custom path where `typescript` can be found. Defaults to `require.resolve('typescript')`.
157
157
158
+
***resolveModuleName**`string`:
159
+
If supplied this is a path of a file where the worker can find a working implementation of `resolveModuleName` to use with TypeScript (exported through the `resolveModuleName` symbol).
160
+
161
+
***resolveTypeDirectiveReference**`string`:
162
+
If supplied this is a path of a file where the worker can find a working implementation of `resolveTypeDirectiveReference` to use with TypeScript (exported through the `resolveTypeDirectiveReference` symbol).
163
+
158
164
### Pre-computed consts:
159
165
*`ForkTsCheckerWebpackPlugin.ONE_CPU` - always use one CPU
160
166
*`ForkTsCheckerWebpackPlugin.ALL_CPUS` - always use all CPUs (will increase build time)
0 commit comments