-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
support for mjs #252
support for mjs #252
Conversation
Please remove |
Co-Authored-By: jlopezxs <jlopezxs@gmail.com>
Thanks! Looks nice. Do you mind adding a new changelog entry right under the
|
CHANGELOG.md
Outdated
<!-- | ||
* **Improvement** | ||
* Add support JS modules ([#252](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/252), [@jlopezxs](https://github.com/jlopezxs))) | ||
--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, you don't need to add the new changelog entry in a comment
Also, what do you think if the wording was changed to "Add support for .mjs output files"? I fear that "support for JS modules" would cause people to think that webpack-bundle-analyzer
didn't support JS modules as sources before. Because this PR is about supporting .mjs
output files, right?
Looks good to me 👍. Thanks for contributing! |
This is now released in webpack-bundle-analyzer v3.2.0. Thank you for your contributions! |
#229