You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
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.27.0
Features
When using functions as plugins they are now also called with the compiler as parameter
This make it possible to use arrow functions as plugins
splitChunks.maxSize now emits a warning when minSize > maxSize
Loaders have now access to a getResolve method to create their own resolver function with custom options
Bugfixes
splitChunks.cacheGroups.xxx.enforce now behaves as documented and enforce chunk creation
splitChunks.cacheGroups.xxx.enforce now no longer deletes minSize for maxSize
fixes a bug where splitChunks cause cacheGroups to be incorrectly merged when using the same name
now conditions are considered per cacheGroup
the correct cache group comment is displayed in stats
fixes a bug which causes providedExports not to be updated on rebuilds when using export * from
The devDependency webpack was updated from
4.26.1to4.27.0.🚨 View failing branch.
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
Release Notes for v4.27.0
Features
getResolvemethod to create their own resolver function with custom optionsBugfixes
export * fromCommits
The new version differs by 12 commits.
f47bf8b4.27.0a67ffcdMerge pull request #8452 from webpack/feature/resolveWithOptions96f625cMerge pull request #8457 from webpack/bugfix/rebuild-provided-exports56fecccconvert test case to normal function for node.js 6 support2f4296efix a bug which causes incorrect providedExports for cached modulesf944002Merge pull request #8451 from webpack/bugfix/split-chunks162da1cadd getResolve method to loader context3b46b48enforce doesn't affect minSize for maxSize72a8a1fMerge pull request #8440 from Connormiha/oprimize-chunk-can-be-integrated537d3e4Cache hasRunstime in chunke3e8a68Merge pull request #8405 from xiaoxiaojx/fix-function-plugin-apply70b9a1bfix parameter missing when plugin type is a funtionSee 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 🌴