-
-
Notifications
You must be signed in to change notification settings - Fork 545
Update webpack to the latest version 🚀 #190
Conversation
Version 4.9.1 just got published.Update to this version instead 🚀 Release Notesv4.9.1Bugfixes
Internal changes
CommitsThe new version differs by 11 commits.
See the full diff |
Create react app doesn't support Webpack 4 yet. CRA 2.0 is on its way and is about to add Webpack 4 support. |
Version 4.9.2 just got published.Update to this version instead 🚀 Release Notesv4.9.2Bugfixes
CommitsThe new version differs by 13 commits.
See the full diff |
Version 4.10.0 just got published.Update to this version instead 🚀 Release Notesv4.10.0Features
Bugfixes
CommitsThe new version differs by 34 commits.
There are 34 commits in total. See the full diff |
Version 4.10.1 just got published.Update to this version instead 🚀 Release Notesv4.10.1Bugfixes
CommitsThe new version differs by 14 commits.
See the full diff |
Version 4.10.2 just got published.Update to this version instead 🚀 Release Notesv4.10.2Bugfixes
CommitsThe new version differs by 12 commits.
See the full diff |
Version 4.11.0 just got published.Update to this version instead 🚀 Release Notesv4.11.0Features
Bugfixes
CommitsThe new version differs by 87 commits.
There are 87 commits in total. See the full diff |
Version 4.11.1 just got published.Update to this version instead 🚀 Release Notesv4.11.1Features
Bugfixes
|
Version 4.12.0 just got published.Update to this version instead 🚀 Release Notesv4.12.0Features
Bugfixes
CommitsThe new version differs by 53 commits.
There are 53 commits in total. See the full diff |
Version 4.12.1 just got published.Update to this version instead 🚀 Release Notesv4.12.1Bugfixes
Internal changes
CommitsThe new version differs by 55 commits.
There are 55 commits in total. See the full diff |
Version 4.12.2 just got published.Update to this version instead 🚀 Release Notesv4.12.2Bugfixes
CommitsThe new version differs by 19 commits.
There are 19 commits in total. See the full diff |
Version 4.13.0 just got published.Update to this version instead 🚀 Release Notesv4.13.0Features
Bugfixes
CommitsThe new version differs by 52 commits.
There are 52 commits in total. See the full diff |
Version 4.14.0 just got published.Update to this version instead 🚀 Release Notesv4.14.0Features
Bugfixes
CommitsThe new version differs by 9 commits.
See the full diff |
Version 4.16.3 just got published.Update to this version instead 🚀 Release Notesv4.16.3Bugfixes
CommitsThe new version differs by 5 commits.
See the full diff |
Version 4.16.4 just got published.Update to this version instead 🚀 CommitsThe new version differs by 15 commits.
See the full diff |
Version 4.16.5 just got published.Update to this version instead 🚀 CommitsThe new version differs by 12 commits.
See the full diff |
Version 4.17.0 just got published.Update to this version instead 🚀 Release Notesv4.17.0Features
Bugfixes
CommitsThe new version differs by 22 commits.
There are 22 commits in total. See the full diff |
Version 4.17.1 just got published.Update to this version instead 🚀 Release Notesv4.17.1Bugfixes
|
Version 4.17.2 just got published.Update to this version instead 🚀 Release Notesv4.17.2Bugfixes
CommitsThe new version differs by 9 commits.
See the full diff |
Version 4.17.3 just got published.Update to this version instead 🚀 Release Notesv4.17.3Bugfixes
CommitsThe new version differs by 7 commits.
See the full diff |
Version 4.18.0 just got published.Update to this version instead 🚀 Release Notesv4.18.0Features
CommitsThe new version differs by 12 commits.
See the full diff |
Update to this version instead 🚀 CommitsThe new version differs by 7 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for v4.19.0Bugfixes
CommitsThe new version differs by 5 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for v4.19.1Bugfixes
CommitsThe new version differs by 15 commits.
See the full diff |
Update to this version instead 🚀 CommitsThe new version differs by 40 commits.
There are 40 commits in total. See the full diff |
Update to this version instead 🚀 Release Notes for v4.20.1Bugfixes
|
Update to this version instead 🚀 Release Notes for v4.20.2Bugfixes
CommitsThe new version differs by 8 commits.
See the full diff |
Version 4.9.0 of webpack was just published.
webpack
The version 4.9.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
v4.9.0Features
BannerPlugin
supports a function asbanner
optionserve
property in configuration schemaentryOnly
option toDllPlugin
to only expose modules in the entry pointwebpack-cli
andwebpack-command
usedIds
inrecords
for stablilityBugfixes
splitChunks
when request limit has reached (caused suboptimal splitting)__webpack_require__.e
)runtimeChunk
is even generated when all modules are moved bysplitChunks
(caused multiple runtime chunks instead of single one)Internal changes
many-pages
exampleCommits
The new version differs by 1757 commits ahead by 1757, behind by 8.
bb0731d
4.9.0
be6bdff
Merge pull request #7385 from moondef/moondef-patch-1
b77addd
Merge pull request #7187 from byzyk/enhancement/prettierignore
2f3e7d4
Merge pull request #7331 from dev-drprasad/add-jsdoc-annotations-cached-merge
70c608c
Merge pull request #7387 from webpack/bugfix/record-string-ids
69567a1
update test case to reflect change
8af0320
Merge pull request #7344 from asapach/master
713292f
update bot for jest tests
79aa13d
Merge pull request #7386 from webpack/bugfix/runtime-chunk
67717ab
Merge pull request #7383 from webpack/ci/improvements
72a45ab
speed up CI
f026310
only record number ids
25c7b07
Fix link
374376d
fixes #7382
aa99385
added a note about production mode
There are 250 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 🌴