-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
The devDependency webpack was updated from 4.20.2 to 4.21.0.
This version is covered by your current version range and after updating it in your project the build failed.
webpack is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
Release Notes for v4.21.0
Features
- add
output.libraryTarget: "amd-require"which generates a AMDrequire([], ...)wrapper instead of adefine([], ...)wrapper - support arrays of strings passed to
output.library, which exposes the library to a subproperty
Bugfixes
- fix cases where
__webpack_require__.eis used at runtime but is not defined in the bundle - fix behavior of externals of
globaltype
Performance
- Some performance improvements to the chunk graph generation
Commits
The new version differs by 37 commits.
432d2a34.21.00fb6c60Merge pull request #7038 from marcusdarmstrong/marcusdarmstrong-external-module-fix15b6f8bmake afterEach async7bc5c98Merge branch 'master' into marcusdarmstrong-external-module-fix2228dafMerge pull request #8230 from webpack/revert-8120-rh-silent-reporterfadf875remove dependency7c0b209Revert "Re-enable jest-silent-reporter #hacktoberfest"a868789Merge pull request #8143 from MLoughry/miclo/optimize-chunk-graph-generation1d71edeMake changes suggested by @sokra to optimize chunk graph generation4d3fe00Merge pull request #8134 from fscherwi/update-coveralls86f56bfupdate coveralls4c461e2Merge pull request #8120 from rickhanlonii/rh-silent-reporter9fe42e7Merge pull request #8118 from webpack/bugfix/issue-81100b6ad2aDon't be clever with the set command because idk windows148016eRerun yarn
There are 37 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 🌴