The version 4.1.1 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 Notesv4.1.1
Features
Stats now displays the number of assets of a module
Bugfixes
sourceMap option of the default UglifyJsPlugin now defaults to true when the SourceMapDevToolPlugin is used
module.assets is now working again in the Stats
chunk ids are not stringified on target node
devtoolNamespace default works now also for arrays passed to output.library
Format date with 2 digits in Stats for Build At
fix a bug renaming classes incorrectly
fix a bug where modules ignore the chunks option of optimization.splitChunks
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donāt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
āļø Greenkeeperās updated Terms of Service will come into effect on April 6th, 2018.
Version 4.1.1 of webpack was just published.
The version 4.1.1 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.1.1Features
Bugfixes
sourceMap
option of the default UglifyJsPlugin now defaults to true when the SourceMapDevToolPlugin is usedmodule.assets
is now working again in the StatsdevtoolNamespace
default works now also for arrays passed tooutput.library
chunks
option ofoptimization.splitChunks
Commits
The new version differs by 27 commits.
41bb63a
4.1.1
37f7681
Merge pull request #6697 from webpack/bugfix/split-chunks
4d68350
fix bug where modules are put into the wrong chunk
8a59ef7
Merge pull request #6689 from webpack/bugfix/issue-6688
edbb6f6
Merge pull request #6670 from SimenB/patch-1
800e7f9
fix #6688
c54df36
Merge pull request #6609 from marcalexiei/configuration-version-error
4f39932
Merge pull request #6641 from tmilloff/master
6879ab7
Merge pull request #6685 from webpack/bugfix/node_chunks
71eff5d
Merge pull request #6686 from webpack/bugfix/ccp-readme
9eb4daa
Remove CCP link
f9e7a17
Escape module names
1181c0e
Remove accidental filename setting which wasn't needed and was breaking test
57c6c43
Add requested changes from PR comments
ae2ae4e
Merge pull request #6640 from clarkdo/module-assets
There are 27 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donāt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: