-
Notifications
You must be signed in to change notification settings - Fork 0
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 🚀 #43
base: source
Are you sure you want to change the base?
Conversation
Version 4.7.0 just got published.Update to this version instead 🚀 Release Notesv4.7.0Features
Bugfixes
Internal changes
CommitsThe new version differs by 203 commits.
There are 203 commits in total. See the full diff |
Version 4.8.2 just got published.Update to this version instead 🚀 Release Notesv4.8.2Bugfixes
CommitsThe new version differs by 136 commits.
There are 136 commits in total. See the full diff |
Version 4.8.3 just got published.Update to this version instead 🚀 Release Notesv4.8.3Bugfixes
CommitsThe new version differs by 13 commits.
See the full diff |
Version 4.9.0 just got published.Update to this version instead 🚀 Release Notesv4.9.0Features
Bugfixes
Internal changes
CommitsThe new version differs by 87 commits.
There are 87 commits in total. See the full diff |
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 |
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
|
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.6.0 of webpack was just published.
The version 4.6.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.6.0Features
webpackPrefetch
/webpackPreload
magic comments toimport()
stats.entrypoints[].children
andstats.entrypoints[].childAssets
to stats jsonBugfixes
target: "webworker"
this
toundefined
ESM replacement in function default valuesnew require(...)
is weird, but now behaves like in node.jsexport * from "commonjs"
with partial overrideoutput.globalObject
intarget: "node-webkit"
loadModules
and dependencies in these modulesunknown size
when size is unknownoptimization
configurationInternal changes
Commits
The new version differs by 1318 commits.
e7c8fa4
4.6.0
941be29
Merge pull request #7063 from webpack/bugfix/clone-optimization
3a5fda9
Merge pull request #7062 from webpack/bugfix/issue-6931
c47150c
Clone optimization config in Defaulter
3f99517
Merge pull request #6905 from xtuc/fix-handle-unknown-size
aee2491
Merge pull request #6962 from justinhelmer/bug/6919
ec4ec8e
Merge pull request #7056 from webpack/feature/preload
0ff2901
Merge pull request #7060 from webpack/test/any-comment-in-import
58ba91d
fix bug which prevented some chunks to show up in Chunk.getAllAsyncChunks
946c4df
add test case for comments in import()
8e2e19b
fix unstable sorting of ChunkGroups and add test
205ca62
fix reversed order in Chunk.compareTo
babc8a4
Merge pull request #7059 from bastimeyer/bugfix/loaderplugin-recursive
be79d6d
add mixed test case which also tests equal order sorting
873d7d4
show preload and prefetch in stats
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 🌴