Closed greenkeeper[bot] closed 7 years ago
Your tests are still failing with this version. Compare the changes 🚨
import()
now allows to configure a chunk nameimport(/* webpackChunkName: "my-chunk-name" */ "module")
require.ensure
has a error callbackrequire.ensure([], () => {
require("a");
}, err => {
console.error("We failed to load chunk: " + err);
}, "chunk-name");
warningsFilter
to stats options to filter warnings__webpack_chunkname__
to ExtendedAPIPlugin
NamedChunksPlugin
which allows to set chunk id, i. e. to chunk namerequire.ensure
import()
The new version differs by 252 commits .
0cbd8fd
2.4.0
ab22702
Merge pull request #4507 from ts-webpack/refactor/clean-code
e787452
Merge pull request #4700 from webpack/bug/future-var-declaration
98153f5
Merge pull request #4706 from webpack/test/parser-coverage
52f2daf
add test cases and fix a bug
e4b8833
improve code coverage
3afe67d
add parser prewalking to capture scope
0990915
spacing
d8a8bd3
deprecate string option instead of removing it
dbc40e8
Merge pull request #4698 from simon04/examples-source-map
0ef0581
Add example demonstrating all source-map variants
a822784
Merge pull request #4696 from webpack/bugfix/parser-refactoring
ba3688a
fixes misstake while es6 refactoring, add support for other variable declarations
07f6281
fix: typos and variables/function misuse
52055ba
refactor: dead code elimination
There are 250 commits in total. See the full diff.
Your tests are still failing with this version. Compare the changes 🚨
Version 2.3.3 of webpack just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As webpack is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:
Status Details
- ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/Khaledgarbaya/virtual-scroll/builds/217981145)Release Notes
v2.3.3Bugfixes:
Commits
The new version differs by 2 commits .
ba24c1b
2.3.3
956f618
Fix ProgressPlugin for multi compiler caused by ES6 refactoring
See the full diff.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: