-
-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ts-loader and typescript plugins? #1341
Comments
If I read this link right, it seems this is more for editors than for a build tool like webpack
|
It does sound like that. Perhaps I misunderstood the intent of the plugin and there's a different fix to the original issue I ran in to. |
TypeScript maintainers explicitly state somewhere that plugins are for IDE only and are not executed when running TSC from the command line. So this is works as designed and this issue can be closed in my opinion. |
Closing because this is not the intended use of the plugin anyway: |
Expected Behaviour
ts-loader executes typescript plugins.
Actual Behaviour
ts-loader does not execute typescript plugins.
Steps to Reproduce the Problem
MyProps
is valid because of thetypescript-svelte-plugin
and an enabled setting. (Mentioned in TypeScript Plugin sveltejs/language-tools#580 (comment))npm run build
and note it fails even though the plugin is configured:Location of a Minimal Repository that Demonstrates the Issue.
https://github.com/NickDarvey/typescript-svelte-plugin-with-ts-loader
The text was updated successfully, but these errors were encountered: