-
-
Notifications
You must be signed in to change notification settings - Fork 431
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
Not working with TypeScript 5.0.2 #1600
Comments
interesting - |
In addition it doesn't work anymore when loading other compiler like ttypescript. The reason for this is that ts-loader can't find it anymore. |
Interesting. So https://github.com/TypeStrong/ts-loader#compiler doesn't work with 5.0? I wonder if that's linked to the (major) changes to the internals of TypeScript that happened as part of 5.0 |
As I mentioned in another issue, after upgrade all tooling, latest webpack, latest ts-loader, all works fine with Typescript 5.0.x. My ts-loader configuration for webpack is pretty simple
|
Expected Behaviour
After updating the project to TypeScript 5.0.2, it should build.
Actual Behaviour
It throws errors like this:
Steps to Reproduce the Problem
Update to TypeScript 5.0.2 in a project using ts-loader.
Location of a Minimal Repository that Demonstrates the Issue.
Will add this in case this is an unexpected issue.
The text was updated successfully, but these errors were encountered: