-
-
Notifications
You must be signed in to change notification settings - Fork 433
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
Deprecation Warning on Webpack 5 #1126
Comments
I'm seeing the same as @artola, and one more (latest webpack,
|
Thanks - if someone would like to work on this I'll happily review the PR 🤗 |
For warning regarding ts-loader/src/after-compile.ts Line 123 in 466d067
|
I'd like to help, however when I'm inspecting the codebase of ts-loader, I've noticed the usage of ts-loader/src/after-compile.ts Line 48 in 8b7c8ed
Can anyone tell me why this needs to remove the errors? In fact, this removal should cause no effects on webpack 5, since every time we retrieve the |
If memory serves (and it may not) this removes errors registered by ts-loader from a previous run, so the full set of current ts-loader errors can be registered without creating duplicates. Make sense? |
I've created a PR #1135 , but I don't know why CI would fail. |
@sheetalkamat has a PR which drops support for older versions of TypeScript here: #1136 When that's merged we can take a look at your PR - it only seems to be failing on older versions of TypeScript. |
i'm still getting this for the versions:
the command is After reading comments here and other links, i couldn't figure out what is actual solution. is there anything i can do? are my package versions incompatible |
Still getting the error.
|
Some deprecations have been fixed - some still need to be. All help appreciated! Locking this issue - please continue conversation here instead: #1196 |
Expected Behaviour
Clean output without deprecation warning.
Actual Behaviour
After webpack update (from v4 to v5) I'm getting deprecation warnings in my console.
Steps to Reproduce the Problem
Using tracing:
Output:
Environment
The text was updated successfully, but these errors were encountered: