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
wys-evan
changed the title
Fork-ts-checker-webpack-plugin does not seem use the plugins in the tsconfig file
Fork-ts-checker-webpack-plugin does not seem use the plugins in the tsconfig.json
Jun 30, 2022
Unfortunately, TypeScript plugins are supported only in a language service API. I created an issue in TypeScript repo to support plugins in other APIs: microsoft/TypeScript#38736
It seems that TypeScript team has other priorities - my proposal is 2 years old and there is no update.
This plugin supports the same features as tsc - so this behaviour is sadly expected :/
Current behavior
webpack compiles successfully, but fails to check css module when building.
TS2307: Cannot find module './index.module.less' or its corresponding type declarations.
Expected behavior
Can successfully check the css module
Steps to reproduce the issue
Issue reproduction repository
Environment
The text was updated successfully, but these errors were encountered: