Skip to content
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

Release - Document Version 3.1.0 #1388

Closed
4 of 5 tasks
simon04 opened this issue Jul 7, 2017 · 3 comments
Closed
4 of 5 tasks

Release - Document Version 3.1.0 #1388

simon04 opened this issue Jul 7, 2017 · 3 comments
Assignees

Comments

@simon04
Copy link
Collaborator

simon04 commented Jul 7, 2017

Document changes according to https://github.com/webpack/webpack/releases/tag/v3.1.0

  • Allow different library names for UMD
  • Support for passing a defined identifier as this in a IIFE
  • Use the new resolve performance option cacheWithContext: false by default when it's safe
  • Support array of functions as configuration
  • add sortModules to Chunk which is required in extract-text-plugin to support webpack 3
@simon04
Copy link
Collaborator Author

simon04 commented Jul 7, 2017

add sortModules to Chunk which is required in extract-text-plugin to support webpack 3

See webpack/webpack#5225. We do not have an API doc for the Chunk class. The immediate effect of this is a bugfix. Nothing to be done for this item?

@simon04
Copy link
Collaborator Author

simon04 commented Jul 7, 2017

Support for passing a defined identifier as this in a IIFE

The PR webpack/webpack#5076 classifies this a bugfix. So we can skip a documentation update?

@skipjack
Copy link
Collaborator

@simon04 yep I agree on webpack/webpack#5076 (just looked over that pr) and the other. It seems that they're both just classified as bug fixes. However, I'll keep the missing Chunk class doc in mind. The API section definitely needs the most help/attention/review of this whole site. Still working my way through the backlog but I'm hopeful start cleaning that up soon. I think we'll have some other help coming on soon as well.

I'll close but, if you feel there's still something that needs to be addressed, feel free to re-open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants