-
-
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
Webpack 5: deprecation warning [DEP_WEBPACK_MODULE_ERRORS] #1194
Comments
Thanks for the report @sanex3339 - if you'd like to submit a PR to resolve this we'd be very grateful. In terms of support, You can see a feature testing approach in the codebase that does this here: https://github.com/TypeStrong/ts-loader/blob/master/src/after-compile.ts#L253 Feel free to reach out for help - particularly when it comes to the tests; we're happy to collaborate on PRs ❤️🌻 |
* Fixed deprecation warnings on webpack@5. Fixed #1194 * Removed redundant `!!` in `module.addError` checks * Version update to 8.0.5
Worked for me using ^5.52.0 |
Expected Behaviour
No deprecation warning
Actual Behaviour
Steps to Reproduce the Problem
PR with the error:
javascript-obfuscator/javascript-obfuscator#776
Full trace:
Location of a Minimal Repository that Demonstrates the Issue.
javascript-obfuscator/javascript-obfuscator#776
The text was updated successfully, but these errors were encountered: