-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
TypeScript error with Webpack 5: error TS2724: Module '"../webpack/types"' has no exported member 'compilation' #1526
Comments
The problem is that we want to support webpack 4 and webpack 5. Unfortunately that's not possible for this breaking change.. we will need to write a new dedicated webpack 5 version to solve your issue. |
Can you please see if this is fixed with [email protected] ? |
Not in 5.0.0-alpha.3, although it may be fixed in 44621d8. |
Released in [email protected] |
Yeah, seems to work. Thanks! |
Thanks for reporting and testing 👍 |
The text was updated successfully, but these errors were encountered: