-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Bug] webpack-plugin 7.0.0 does not work with webpack 4 #2817
Comments
Thanks for reaching out and your PR! |
it is a regression. Versions 6 and bellow work with webpack 4. |
Before that,
and now via |
+1, have problem webpack 4 |
Not working anyway.
|
To fix this error, you can include the path |
|
Reproducible in vscode.dev or in VS Code Desktop?
Reproducible in the monaco editor playground?
Monaco Editor Playground Code
No response
Actual Behavior
error:
In webpack 4,
loaderContext
does not havegetOptions
andutils
.Expected Behavior
works with webpack 4
Additional Context
No response
The text was updated successfully, but these errors were encountered: