Open greenkeeper[bot] opened 7 years ago
Your tests are still failing with this version. Compare the changes π¨
Your tests are passing again with this version. Explicitly upgrade to this version π
hashSalt
to schemasourceMappingURL
, which caused issues with some toolsThe new version differs by 81 commits0.
bf3652b
2.5.0
cd1cd29
Merge pull request #4815 from webpack/bugfix/extract-async-initial
b45588b
CommonsChunkPlugin in async mode doesn't select initial chunks
8bab88c
Merge pull request #4814 from webpack/test/move-entry
a244879
add testcase for moving entry modules into the commons chunk
85dc98f
Merge pull request #4813 from JLHwung/perf/date-now
6afc397
perf: use Date.now() instead of new Date().getTime()
94d0641
perf: use Date.now() instead of +new Date()
c91ba49
Merge pull request #4791 from deificx/master
94ba75f
Merge pull request #4794 from ndresx/disable-manifest-json-pretty-print
84ea1ff
added error to stats.moduleTrace test name to trigger test cases corretly
8ad4386
test cases for stats.moduleTrace option
958156a
moduleTrace added to webpackOptionsSchema.json
de87f93
Disable manifest.json pretty print
4131013
rename stats.stackTrace to stats.moduleTrace
There are 81 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 86 commits0.
ad2f68f
2.5.1
4fd545b
Merge pull request #4828 from satazor/patch-1
b0c45da
Fix _done function not dealing with compilation being undefined
7bc08e1
Merge pull request #4816 from webpack/bugfix/hoist-immutable-export
a952bb9
change some magic numbers to hoist exports
bf3652b
2.5.0
cd1cd29
Merge pull request #4815 from webpack/bugfix/extract-async-initial
b45588b
CommonsChunkPlugin in async mode doesn't select initial chunks
8bab88c
Merge pull request #4814 from webpack/test/move-entry
a244879
add testcase for moving entry modules into the commons chunk
85dc98f
Merge pull request #4813 from JLHwung/perf/date-now
6afc397
perf: use Date.now() instead of new Date().getTime()
94d0641
perf: use Date.now() instead of +new Date()
c91ba49
Merge pull request #4791 from deificx/master
94ba75f
Merge pull request #4794 from ndresx/disable-manifest-json-pretty-print
There are 86 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
webpackMode
comment option for import()
output.chunkLoadTimeout
webpackChunkName
for import()
with expressionThe new version differs by 110 commits.
859b8cd
updated examples
af05c14
2.6.0
74afac5
Merge pull request #4881 from webpack/bugfix/destructing
cd6d086
fix missing pattern walk
231a638
fix parsing issue with patterns
272c105
support destructing on assignment
6bd3a82
Merge pull request #4902 from bdwain/master
04f2622
require a newer version of uglify that fixes a bug with regexp
6d24f0d
Merge pull request #4882 from kdnk/fix-typo
7e4d659
CI
60f154f
archieved β> achieved
95400b8
Merge pull request #4865 from PeterTeng/peter/fix-typo-in-examples
d5d0428
Merge pull request #4880 from webpack/ci/appveyor-yarn
8ee65f1
Workaround for weird yarn link behavior
b59e179
'it it' => 'in in'
There are 110 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
output.pathinfo
)The new version differs by 117 commits.
7cfd2c4
2.6.1
5ec15f8
Merge pull request #4927 from webpack/bugfix/require-ensure-var-inject
da08b89
fix variable injection in require.ensure
0dd0830
Merge pull request #4923 from webpack/bugfix/promise-later
09d9533
Use Promise only when chunk load is triggered
ae389b0
Merge pull request #4918 from marzelin/master
08615a2
change description when no static exports found
859b8cd
updated examples
af05c14
2.6.0
74afac5
Merge pull request #4881 from webpack/bugfix/destructing
cd6d086
fix missing pattern walk
231a638
fix parsing issue with patterns
272c105
support destructing on assignment
6bd3a82
Merge pull request #4902 from bdwain/master
04f2622
require a newer version of uglify that fixes a bug with regexp
There are 117 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
this.compiler.compiler is not a function
The new version differs by 438 commits.
5b119e7
3.3.0
b128db1
Merge pull request #5290 from webpack/bugfix/caching-module
a064968
Merge pull request #5297 from webpack/bugfix/watch-missing-directories
329a805
add test case for error recovery while watching
b4c74b2
allow watch cases to have errors per step
f3ddcdd
upgrade watchpack
e72c3b2
missing dependencies could be files too
c1a0244
store hash in depndencyTemplates Map instead of comparing identify
981fd23
Merge pull request #5253 from rrharvey/feature/hmr-module-names
b093f02
only group HMR module updates if name contains loaders
6c5dc1b
respect log level in HMR client log groups
d312022
Merge pull request #5269 from huangc28/fix-compilerjs-error-undefined-compiler
6c0e452
Fix typo that causes "TypeError: this.compiler.compiler is not a function" since compiler is undefined.
95c7fa4
Merge pull request #3103 from kutyel/master
43f967c
Adjust style to es6 :tada:
There are 250 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes π¨
--config-name
option to choose a config by name for compiling a part of the config--module-bind-pre
and --module-bind-post
The new version differs by 526 commits.
c8732c8
3.4.0
d1619d4
Merge pull request #4856 from matthewmeyer/hashDependantModuleIds
b159ec2
Merge pull request #5180 from webpack/feature/improve-module-concat-bailout-messages
32264b8
Merge branch 'master' into feature/improve-module-concat-bailout-messages
4b12c56
Merge pull request #5369 from webpack/bugfix/scope-hoisting-dll
440b5df
use original request as libIdent for delegated modules
35c8097
Make sure it's a real module when choosing for ModuleConcatenation
d4f3bc3
Merge pull request #5150 from webpack/test/benchmark
bb0f41a
Merge pull request #5362 from webpack/deps/minor-updates
544fee4
fix lint problem
3598359
update stats test for larger file
378ad46
update all dependencies to latest compatible version
008ac78
Merge pull request #5353 from webpack/deps/extract-text-webpack-plugin
ee358bd
Merge pull request #5351 from webpack/deps/supports-color
91332b6
Merge pull request #5356 from webpack/deps/i18n-webpack-plugin
There are 250 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
Your tests are passing again with this version. Explicitly upgrade to this version π
stats.excludeAssets
to allow to filter assets in list (@ldrick)import(/* webpackMode: "weak" */ "module")
to try to load a module without network request (@faceyspacey)require.context
which is the context mode. Can be false
, "eager"
, "lazy-once"
, "weak"
and "async-weak"
. (@faceyspacey)require.resolveWeak
now support expressions (@faceyspacey)ModuleConcatenationPlugin
)ModuleConcatenationPlugin
ConcatenatedModule
--help
output is flushed before process exit (@esbenp)stats
options are now validated by schema (@esbenp)CommonsChunkPlugin
in async mode without name
argument--resolve-extensions
(@tomek-d)has no internal name
when using dependency variable in root of scope-hoisted modules (ModuleConcatenationPlugin
)The new version differs by 71 commits.
75a8ffe
3.5.0
afa28c0
Merge pull request #5453 from webpack/bugfix/import-order-scope-hoisting
a569764
Merge pull request #5457 from tomek-d/resolve-extensions-typo
0b8023a
fixes #5096
29d1336
Fixed bug in --resolve-extensions parameter documentation
39051df
update example
7619c43
generate more pretty names for nested concatenation
6607cfa
remove ordering in ModuleConcatenationPlugin
2bbbf50
Merge pull request #5437 from esbenp/fix-help-output-test-5345
9f5bffa
beautify
334c1c4
remove unused variable
8835751
fix conflict handling
7099fcc
update stats test case
b77a52b
add reserved words to avoid syntax errors
16a5831
use old new Buffer api for node 4
There are 71 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 74 commits.
5be9593
3.5.1
43d877f
Merge pull request #5460 from webpack/bugfix/stringify-concated
b05b49b
fix invalid generated code with scope hoisting and non-number ids
75a8ffe
3.5.0
afa28c0
Merge pull request #5453 from webpack/bugfix/import-order-scope-hoisting
a569764
Merge pull request #5457 from tomek-d/resolve-extensions-typo
0b8023a
fixes #5096
29d1336
Fixed bug in --resolve-extensions parameter documentation
39051df
update example
7619c43
generate more pretty names for nested concatenation
6607cfa
remove ordering in ModuleConcatenationPlugin
2bbbf50
Merge pull request #5437 from esbenp/fix-help-output-test-5345
9f5bffa
beautify
334c1c4
remove unused variable
8835751
fix conflict handling
There are 74 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
ModuleConcatenationPlugin
)The new version differs by 86 commits.
25302e5
3.5.2
f04f066
Merge pull request #5471 from webpack/bugfix/stack-overflow-concat
54fbfe0
Merge pull request #5467 from moschan/refactor-entry-option-plugin
fb0ca64
Merge pull request #5466 from hzoo/patch-1
b06d69f
rollback travis to precise dist
bc67522
fixes stack overflow with circular dependencies
9a87824
Refactor "EntryOptionPlugin.js"
4805027
add fix command for eslint
0059bcf
Merge pull request #5458 from samccone/sjs/remove-function-redeclare
a2601c3
update examples
1869688
fix building of examples
5be9593
3.5.1
43d877f
Merge pull request #5460 from webpack/bugfix/stringify-concated
b05b49b
fix invalid generated code with scope hoisting and non-number ids
75a8ffe
3.5.0
There are 86 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
ModuleConcatenationPlugin
The new version differs by 93 commits.
4b2b1ad
3.5.3
4430af4
Merge pull request #5487 from webpack/bugfix/issue-5481
b7c3491
Merge pull request #5485 from webpack/bot/inactive
e1bfecf
Merge pull request #5486 from webpack/bot/pr-pending
0e73a24
also generate a new identifier for interop name
0ad5d21
Wait for CI not pending until reporting CI status
72420fa
mark and close inactive issue after half a year
25302e5
3.5.2
f04f066
Merge pull request #5471 from webpack/bugfix/stack-overflow-concat
54fbfe0
Merge pull request #5467 from moschan/refactor-entry-option-plugin
fb0ca64
Merge pull request #5466 from hzoo/patch-1
b06d69f
rollback travis to precise dist
bc67522
fixes stack overflow with circular dependencies
9a87824
Refactor "EntryOptionPlugin.js"
4805027
add fix command for eslint
There are 93 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
parallelism
)The new version differs by 115 commits.
990563f
3.5.4
2475c6a
Merge pull request #5506 from webpack/bugfix/concat-hmr
0ea37a5
Disallow Scope Hoisting when using HMR
287d587
Merge pull request #5480 from kisenka/concatenated-module-in-3.5-compat
3d272ac
fix: restore modules
property of ConcatenatedModule (fixes #5477)
7a36951
Merge branch 'master' of https://github.com/webpack/webpack into concatenated-module-in-3.5-compat
839915c
Merge pull request #5501 from webpack/bugfix/hash-watch-warnings-errors
93af585
fix stats tests
3820157
fix lint problem
0925a9d
Merge pull request #5502 from webpack/feature/limit-processed-modules
09c34cf
remove hash from stats test with error
930c019
fix validation output test
f9bf8a9
Limit the number of parallel processed modules
7905bf5
Warnings and Errors contribute to hash
f7bcba7
Merge pull request #5500 from webpack/bugfix/hmr-disposed-handler
There are 115 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
call on undefined
errors (can happen when using externals
and CommonChunkPlugin
)__esModule
flag on incremental build with ModuleConcatenationPlugin
__esModule
flag is now only set when needed with the ModuleConcatenationPlugin
The new version differs by 120 commits.
ef6ab68
3.5.5
6bdd9dc
Merge pull request #5535 from webpack/bugfix/incremental-concat-compat
f75418f
Merge pull request #5534 from webpack/bugfix/incorrect-graph
c5deb59
set compatiblity flag correctly even after incremental build
99c2706
Ensure that graph structure stay consistent
990563f
3.5.4
2475c6a
Merge pull request #5506 from webpack/bugfix/concat-hmr
0ea37a5
Disallow Scope Hoisting when using HMR
287d587
Merge pull request #5480 from kisenka/concatenated-module-in-3.5-compat
3d272ac
fix: restore modules
property of ConcatenatedModule (fixes #5477)
7a36951
Merge branch 'master' of https://github.com/webpack/webpack into concatenated-module-in-3.5-compat
839915c
Merge pull request #5501 from webpack/bugfix/hash-watch-warnings-errors
93af585
fix stats tests
3820157
fix lint problem
0925a9d
Merge pull request #5502 from webpack/feature/limit-processed-modules
There are 120 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
--watch-poll
also accepts a number now (@civalin)orginalError
-> originalError
in HMR API (@sokra)Cannot read property '0' of undefined
in harmony modules (@sokra)require
to root of concatenated module correctly and don't generate __webpack_require__(null)
(@sokra)async
as variable name (@sokra)The new version differs by 151 commits.
92d5c20
3.5.6
978e9f9
Merge pull request #5635 from webpack/bugfix/clone-options
5020104
allow boolean values for node and performance
a4cf91f
Merge pull request #5633 from webpack/bugfix/indirect-import
f04cce8
clone options and don't modify them
1fb9eb1
fixes #5624
fb8afe7
Merge pull request #5623 from webpack/bugfix/concat-require-root
1b85726
Merge pull request #5621 from webpack/bugfix/hmr-api
af470a5
handle inner non-harmony dependencies correctly in ConcatenatedModule
ccc4317
fix typo in HMR API
9d9ac3b
Merge pull request #5608 from xekri/patch-1
633eac4
typo fix
b75b20b
Merge pull request #5595 from filipesilva/fix-deopts
c8fd542
Merge pull request #5599 from donocode/master
174fd4e
Prevent NormalModule contextify from contextifying query parameters
There are 151 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 168 commits.
6226759
3.6.0
2b1046e
Merge pull request #5671 from webpack/bugfix/child-cache
3d99168
remove unused code, add todo comment
46432c4
add test for notCacheable in CachePlugin
460e6b6
remove incorrect tests
0975d13
assign correct cache to child compilation
cc03d8e
fix sponsors list for opencollective API changes
f6285d2
Merge pull request #5652 from JLHwung/remove-duplicate-eslintrc-configuration-item
5463c1e
add next PR label
d87c88e
Merge pull request #5517 from webpack/ci/travis
2f428aa
CI improvements
9e14196
update to newer travis image
44df871
chore(eslint): remove duplicate configuration item
2206ee0
Merge pull request #5625 from gyandeeps/issue5576
92d5c20
3.5.6
There are 168 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
.concat
(@loganfsmyth)ContextExclusionPlugin
to exclude files in a context (@timse)deepChildren
flag to CommonChunkPlugin
(@ArcEglos, @ljcrapo)--watch-poll
in CLI (@Aladdin-ADD)crossOrigin
on script tags for HMR (@STRML)The new version differs by 226 commits.
551ea76
3.7.0
32f8b6b
Merge pull request #5802 from webpack/bugfix/missing-harmony-crash
1381f67
fix crashes when imported module fails compiling
dee0774
Merge pull request #5717 from webpack/allow-negative-early-bail-for-context
be72b2a
Merge pull request #5753 from simon-paris/master
7ebf931
Merge pull request #5786 from webpack/performance/chunks
48096a1
Merge pull request #5797 from webpack/bugfix/uncatched-bail
2919a9c
prevent crashing when error out early in bail mode
7870bfc
improve chunk graph building performance
d9accb4
Merge pull request #5764 from ljcrapo/commons-chunk-deep-children
4795ffd
Merge pull request #5795 from webpack/bugfix/graph-correctness-modules
91df794
bugfix and test for graph correctness
2df0bf1
Merge pull request #5793 from webpack/bugfix/graph-correctness
130ace8
fix graph correctness with multiple entries
289c19b
Merge pull request #5784 from NMinhNguyen/bugfix/only-use-umd-externals-for-umd-library-target
There are 226 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 229 commits.
ce24e98
3.7.1
15fe297
Merge pull request #5807 from STRML/fix/externalModule
c9bad17
Fix #5806, TypeError on ExternalModule hash.update
551ea76
3.7.0
32f8b6b
Merge pull request #5802 from webpack/bugfix/missing-harmony-crash
1381f67
fix crashes when imported module fails compiling
dee0774
Merge pull request #5717 from webpack/allow-negative-early-bail-for-context
be72b2a
Merge pull request #5753 from simon-paris/master
7ebf931
Merge pull request #5786 from webpack/performance/chunks
48096a1
Merge pull request #5797 from webpack/bugfix/uncatched-bail
2919a9c
prevent crashing when error out early in bail mode
7870bfc
improve chunk graph building performance
d9accb4
Merge pull request #5764 from ljcrapo/commons-chunk-deep-children
4795ffd
Merge pull request #5795 from webpack/bugfix/graph-correctness-modules
91df794
bugfix and test for graph correctness
There are 229 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
--env
data in stats (@jbottigliero)import()
or require.ensure
now (@sokra)stats
and be more strict (@jbottigliero)
The new version differs by 255 commits.
1dc5618
3.8.0
dfc34ce
Merge pull request #5838 from webpack/bugfix/include-origin-in-parse-error
d96c01e
remove absolute path from parse error
64ac3f0
Merge pull request #5835 from jbottigliero/tests-statsCases
f61e748
Merge pull request #5837 from webpack/bugfix/async-dep-to-initial
b597322
fix behavior and add a warning when trying to load an
5c687cd
[tests] statsCases/module-deduplication
5433b8c
Merge pull request #5825 from jbottigliero/fix-webpackOptionsSchema
5761875
[fix] webpackOptionsSchema.json
e0d4501
[fix] webpackOptionsSchema
33818bc
Merge pull request #5812 from simon-paris/ignore-enoent-in-contextmodulefactory-resolvedependencies
1bd8b74
Merge pull request #5817 from webpack/bugfix/semetrical-chunk-reason
2d60f13
Merge pull request #5823 from webpack/ci/exclude-old-version
0b6e9d2
Exclude testing in older versions
0b3dfcb
Merge pull request #5822 from webpack/bugfix/commons-chunk-plugin
There are 250 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
stats
schema for validationThe new version differs by 258 commits.
b8e6b4a
3.8.1
bb5a072
Merge pull request #5840 from webpack/bugfix/missing-stats-keys
c4bb0f4
add missing stats keys
1dc5618
3.8.0
dfc34ce
Merge pull request #5838 from webpack/bugfix/include-origin-in-parse-error
d96c01e
remove absolute path from parse error
64ac3f0
Merge pull request #5835 from jbottigliero/tests-statsCases
f61e748
Merge pull request #5837 from webpack/bugfix/async-dep-to-initial
b597322
fix behavior and add a warning when trying to load an
5c687cd
[tests] statsCases/module-deduplication
5433b8c
Merge pull request #5825 from jbottigliero/fix-webpackOptionsSchema
5761875
[fix] webpackOptionsSchema.json
e0d4501
[fix] webpackOptionsSchema
33818bc
Merge pull request #5812 from simon-paris/ignore-enoent-in-contextmodulefactory-resolvedependencies
1bd8b74
Merge pull request #5817 from webpack/bugfix/semetrical-chunk-reason
There are 250 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
stats.all
option to schemaself
before this
as global objectwindow
instead of this in JSONPnull
in SourceMap correctlymultiStep: true
The new version differs by 310 commits.
73e34a7
3.9.0
05c5479
Merge pull request #5849 from cdata/fix-5843
801a253
Merge pull request #5862 from Slashgear/fix-hmr-es6-bundles
9c1f9fe
Merge pull request #6018 from webpack/ci/webpack-sources-upgrade
c23cf31
upgrade webpack-sources in lockfile
2525466
Merge pull request #6001 from lencioni/concatenation-efficiency
37d70bd
Avoid calling hash.update multiple times in ConcatenatedModules
8fdf411
Simplify identifier creation in ConcatenatedModules
7bbf31e
Merge pull request #6007 from webpack/bugfix/multi-step-hmr
78d6ba8
Merge pull request #6005 from madeinfree/fix-parser-apply
991ec20
fix increasing delay with multiStep HMR
f9d797f
fix: Compiler parser.apply bug
885e9ee
Merge pull request #5985 from EugeneHlushko/respect-no-deprecation-flag
20759bb
Merge pull request #5997 from filipesilva/concatenated-module-identifier
aef6f19
Use shorter identifier for ConcatenatedModules
There are 250 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
ignored
and stdin
to schema of watchOptions
The new version differs by 313 commits.
5acbe2f
3.9.1
7cca6bb
Merge pull request #6044 from webpack/bugfix/schema-watch-options
a71284e
Add missing watchOptions properties to schema
73e34a7
3.9.0
05c5479
Merge pull request #5849 from cdata/fix-5843
801a253
Merge pull request #5862 from Slashgear/fix-hmr-es6-bundles
9c1f9fe
Merge pull request #6018 from webpack/ci/webpack-sources-upgrade
c23cf31
upgrade webpack-sources in lockfile
2525466
Merge pull request #6001 from lencioni/concatenation-efficiency
37d70bd
Avoid calling hash.update multiple times in ConcatenatedModules
8fdf411
Simplify identifier creation in ConcatenatedModules
7bbf31e
Merge pull request #6007 from webpack/bugfix/multi-step-hmr
78d6ba8
Merge pull request #6005 from madeinfree/fix-parser-apply
991ec20
fix increasing delay with multiStep HMR
f9d797f
fix: Compiler parser.apply bug
There are 250 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes π¨
publicPath
and fileContext
to SourceMapDevToolPluginrequire.include
no longer uses all exports (Tree Shaking)The new version differs by 321 commits.
c71fd05
3.10.0
2c244d2
Merge pull request #6061 from webpack/bugfix/require-include-exports
00cd8b4
allow tree-shaking for require.include
905a8f1
Merge pull request #5986 from EugeneHlushko/feature-sourcemap-use-filename-in-url
5acbe2f
3.9.1
7cca6bb
Merge pull request #6044 from webpack/bugfix/schema-watch-options
a71284e
Add missing watchOptions properties to schema
73e34a7
3.9.0
05c5479
Merge pull request #5849 from cdata/fix-5843
801a253
Merge pull request #5862 from Slashgear/fix-hmr-es6-bundles
471e1a2
make url only relative when no publicPath has been provided
9c1f9fe
Merge pull request #6018 from webpack/ci/webpack-sources-upgrade
c23cf31
upgrade webpack-sources in lockfile
a539f24
SourceMapDevToolPlugin: update test config with example from change request
612111a
SourceMapDevToolPlugin: Second test case, make sure sourcemap file is written to expected directory considering the fileContext was provided
There are 250 commits in total.
See the full diff
Version 2.4.0 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 a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you itβs very likely also breaking them. I recommend you give this issue a very high priority. Iβm sure you can resolve this :muscle:
Status Details
- β **ci/circleci** Your tests failed on CircleCI [Details](https://circleci.com/gh/EmmaRamirez/typescript-react-presentation/48?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link) - β **continuous-integration/travis-ci/push** The Travis CI build passed [Details](https://travis-ci.org/EmmaRamirez/typescript-react-presentation/builds/222055830)Release Notes
v2.4.0Highlighted Features:
import()
now allows to configure a chunk namerequire.ensure
has a error callbackFeatures:
warningsFilter
to stats options to filter warnings__webpack_chunkname__
toExtendedAPIPlugin
NamedChunksPlugin
which allows to set chunk id, i. e. to chunk namerequire.ensure
import()
Bugfixes:
Commits
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.
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: