Skip to content

Update references to webpack 4 #2389

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

Merged
merged 6 commits into from
Jul 30, 2018
Merged

Update references to webpack 4 #2389

merged 6 commits into from
Jul 30, 2018

Conversation

afontcu
Copy link
Contributor

@afontcu afontcu commented Jul 24, 2018

Hi! 👋 This PR fixes #2296

Following is a list of removed resources and a brief explanation of the reasons behind:

  • Predictable Long Term Caching
    Based on webpack 3 (i.e. code snippets use CommonsChunkPlugin)

  • Webpack & Caching
    While some of the recommendations might still be useful, some other make use CommonsChunkPlugin. Maybe the reference could be updated and then kept in the docs?

  • Advanced Webpack Presentation
    Based on webpack 3 (i.e. code snippets use CommonsChunkPlugin)

  • Issue 1315
    Issue created on 2015 and closed this May. Might be relevant to webpack 4 to a certain extent, but does not provide valid answers.


This is my first PR, so all feedback is really appreciated. Thanks for your patience!

@montogeek montogeek requested a review from EugeneHlushko July 24, 2018 17:52
Copy link
Member

@EugeneHlushko EugeneHlushko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor change and and its good

Hash: 17c37ce65c84b8ed5eb8
Version: webpack 4.16.2
Time: 637ms
Built at: 2018-07-24 18:32:46
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we dont include date into logs

Hash: 70fb9e00dee0bada797d
Version: webpack 4.16.2
Time: 875ms
Built at: 2018-07-24 18:33:50
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

@afontcu
Copy link
Contributor Author

afontcu commented Jul 25, 2018

Thanks! Dates removed from logs 🙌

@montogeek montogeek merged commit cf461fe into webpack:master Jul 30, 2018
@montogeek
Copy link
Member

Thanks!

@afontcu afontcu deleted the patch-5 branch July 30, 2018 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Further reading and Module Identifiers sections in Caching guide are out of date
3 participants