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
Invalid configuration object. ForkTsCheckerWebpackPlugin has been initialized using a configuration object that does not match the API schema.
- configuration has an unknown property 'compilerOptions'. These properties are valid:
object { async?, typescript?, eslint?, formatter?, issue?, logger? }
I believe the problem is at aliasDangerous.js#L98 where the invalid property compilerOptions is added.
constoptions={...opts, compilerOptions}
I tried modifying the source code locally and this version works:
I'm using
and encountering this error:
I believe the problem is at aliasDangerous.js#L98 where the invalid property
compilerOptions
is added.I tried modifying the source code locally and this version works:
If you think this fix is reasonable, please apply it.
The text was updated successfully, but these errors were encountered: