-
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 🚀 #54
base: master
Are you sure you want to change the base?
Conversation
Version 3.2.0 just got published.Update to this version instead 🚀 Release Notesv3.2.0Bugfixes:
CommitsThe new version differs by 27 commits.
There are 27 commits in total. See the full diff |
Version 3.3.0 just got published.Update to this version instead 🚀 Release Notesv3.3.0Features:
Bugfixes:
CommitsThe new version differs by 23 commits.
There are 23 commits in total. See the full diff |
Version 3.4.0 just got published.Update to this version instead 🚀 Release Notesv3.4.0Features:
Bugfixes:
Performance:
CommitsThe new version differs by 88 commits.
There are 88 commits in total. See the full diff |
Version 3.4.1 just got published.Update to this version instead 🚀 Release Notesv3.4.1Bugfixes:
|
Version 3.5.0 just got published.Update to this version instead 🚀 Release Notesv3.5.0Features:
Bugfixes:
Examples:
CommitsThe new version differs by 68 commits.
There are 68 commits in total. See the full diff |
Version 3.5.1 just got published.Update to this version instead 🚀 Release Notesv3.5.1Bugfixes:
|
Version 3.5.2 just got published.Update to this version instead 🚀 Release Notesv3.5.2Bugfixes:
CommitsThe new version differs by 12 commits.
See the full diff |
Version 3.5.3 just got published.Update to this version instead 🚀 Release Notesv3.5.3Bugfixes
CommitsThe new version differs by 7 commits.
See the full diff |
Version 3.5.4 just got published.Update to this version instead 🚀 Release Notesv3.5.4Bugfixes
Features:
CommitsThe new version differs by 22 commits.
There are 22 commits in total. See the full diff |
Version 3.5.5 just got published.Update to this version instead 🚀 Release Notesv3.5.5Bugfixes:
CommitsThe new version differs by 5 commits.
See the full diff |
Version 3.5.6 just got published.Update to this version instead 🚀 Release Notesv3.5.6Bugfixes
Performance
CommitsThe new version differs by 31 commits.
There are 31 commits in total. See the full diff |
Version 3.6.0 just got published.Update to this version instead 🚀 Release Notesv3.6.0Bugfixes
CommitsThe new version differs by 17 commits.
There are 17 commits in total. See the full diff |
Version 3.7.0 just got published.Update to this version instead 🚀 Release Notesv3.7.0Features
Bugfixes
PerformanceCommitsThe new version differs by 58 commits.
There are 58 commits in total. See the full diff |
Version 3.7.1 just got published. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Version 3.1.0 of webpack just got published.
The version 3.1.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of webpack.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
v3.1.0Features:
this
in a IIFEcacheWithContext: false
by default when it's safesortModules
toChunk
which is required in extract-text-plugin to support webpack 3Bugfixes:
!
with truthy webpack identifier will evaluate correctlyCommits
The new version differs by 271 commits.
4bb3018
3.1.0
7e757cd
Merge pull request #5194 from webpack/feature/hoist_regex_literals
2879fb3
Merge pull request #5225 from hulkish/feature/added-chunk-sortModules-method
5f08aa4
removed default params for node 4
cadf9f7
added sortModules method to Chunk class
70b7d2f
fix(sp): spelling mistake in const name
0ab36c4
Merge pull request #5196 from AndersDJohnson/multi-compiler-functions
2eccb19
Merge pull request #5081 from KTruong888/4099_es6_refactor_lib_hot_module_replacement_plugin
e365b2e
Merge pull request #5210 from ematipico/master
7913789
Merge pull request #5220 from liuyuanyangscript/master
15becbd
README.md bugfix
2ccc1fd
Changed statement 'var' to 'const'
a589a6c
Merge pull request #5183 from kahwee/patch-1
c2fa5d4
feat(perf): remove unneded regexp escape
987a9f3
feat(perf): hoist final regexp
There are 250 commits in total.
See the full diff
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴