-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update webpack to the latest version 🚀 #183
Conversation
Codecov Report
@@ Coverage Diff @@
## master #183 +/- ##
=======================================
Coverage 82.32% 82.32%
=======================================
Files 1 1
Lines 181 181
Branches 41 41
=======================================
Hits 149 149
Misses 20 20
Partials 12 12 Continue to review full report at Codecov.
|
Version 3.7.1 just got published. |
Version 3.8.0 just got published.Update to this version instead 🚀 Release Notesv3.8.0Features:
Bugfixes:
PerformanceCommitsThe new version differs by 26 commits.
There are 26 commits in total. See the full diff |
Version 3.8.1 just got published.Update to this version instead 🚀 Release Notesv3.8.1Bugfixes:
|
Version 3.7.0 of webpack was just published.
The version 3.7.0 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of webpack.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v3.7.0Features
.concat
(@loganfsmyth)ContextExclusionPlugin
to exclude files in a context (@timse)deepChildren
flag toCommonChunkPlugin
(@ArcEglos, @ljcrapo)Bugfixes
--watch-poll
in CLI (@Aladdin-ADD)crossOrigin
on script tags for HMR (@STRML)Performance
Commits
The new version differs by 58 commits.
551ea76
3.7.0
32f8b6b
Merge pull request #5802 from webpack/bugfix/missing-harmony-crash
1381f67
fix crashes when imported module fails compiling
dee0774
Merge pull request #5717 from webpack/allow-negative-early-bail-for-context
be72b2a
Merge pull request #5753 from simon-paris/master
7ebf931
Merge pull request #5786 from webpack/performance/chunks
48096a1
Merge pull request #5797 from webpack/bugfix/uncatched-bail
2919a9c
prevent crashing when error out early in bail mode
7870bfc
improve chunk graph building performance
d9accb4
Merge pull request #5764 from ljcrapo/commons-chunk-deep-children
4795ffd
Merge pull request #5795 from webpack/bugfix/graph-correctness-modules
91df794
bugfix and test for graph correctness
2df0bf1
Merge pull request #5793 from webpack/bugfix/graph-correctness
130ace8
fix graph correctness with multiple entries
289c19b
Merge pull request #5784 from NMinhNguyen/bugfix/only-use-umd-externals-for-umd-library-target
There are 58 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴