-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
this webpack plugin should use ESM, or indicate incompatibility with ESM #237
Comments
We can migrate on |
ashpieboop
added a commit
to ashpieboop/tabs
that referenced
this issue
Sep 22, 2021
ashpieboop
added a commit
to ashpieboop/tabs
that referenced
this issue
Sep 22, 2021
6 tasks
For people who are still getting the After catching the original error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Modification Proposal
https://github.com/imagemin/imagemin-svgo/releases/tag/v10.0.0 requires all modules that import it to support ESM; while v9.0.0 continues to work fine, there should be something added to indicate that imagemin-svgo should not be upgraded until this package is upgraded to ESM as well.
Expected Behavior / Situation
SVG packing and optimization should happen correctly with imagemin-svgo.
Actual Behavior / Situation
Warnings and failed svg packing, because an ESM module cannot be loaded with require() from a cjs module.
Please paste the results of
npx webpack-cli info
here, and mention other relevant informationThe text was updated successfully, but these errors were encountered: