Tobias Koppers
e1bac32c19
Use a Set to store modules in a chunk
2017-05-16 11:50:50 +02:00
Tobias Koppers
d5d04280c0
Merge pull request #4880 from webpack/ci/appveyor-yarn
...
Workaround for weird yarn link behavior
2017-05-16 11:16:01 +02:00
Tobias Koppers
8ee65f120a
Workaround for weird yarn link behavior
2017-05-16 10:37:37 +02:00
Tobias Koppers
348380262f
Merge pull request #4860 from restrry/add-chunkLoadTimeout-option
...
make chunkLoadTimeout option configurable
2017-05-14 20:41:37 +02:00
restrry
f2264e4202
make chunkLoadTimeout option cofigurable
2017-05-11 10:41:38 +02:00
Tobias Koppers
f2a6439b59
Merge pull request #4831 from Orlandster98/es6-refactoring
...
ES6 refactor of NodeSourcePlugin
2017-05-07 19:47:03 +02:00
Tobias Koppers
3acaf94473
Merge pull request #4818 from webpack/feature/import-context-mode
...
Add webpackMode option for import()
2017-05-06 22:23:26 +02:00
Orlando Wenzinger
5e1cedf93b
replace let with const for variables with no reassignment
2017-05-06 22:16:50 +02:00
Tobias Koppers
ad2f68f1f2
2.5.1
2017-05-06 22:07:10 +02:00
Tobias Koppers
4fd545b654
Merge pull request #4828 from satazor/patch-1
...
Fix _done function not dealing with compilation being undefined
2017-05-06 21:44:52 +02:00
Orlando Wenzinger
6d75f833c7
ES6 refactor of NodeSourcePlugin
2017-05-06 20:41:26 +02:00
André Cruz
b0c45da2fd
Fix _done function not dealing with compilation being undefined
2017-05-06 00:35:39 +01:00
Tobias Koppers
22e7d254ee
Add webpackMode optios for import()
...
Allow lazy, lazy-once and eager mode for import()
Fix a bug which caused context chunks to be merged when using chunk name
Allow to work in env where there is no Promise.resolve
2017-05-05 09:03:24 +02:00
Tobias Koppers
7bc08e1aa0
Merge pull request #4816 from webpack/bugfix/hoist-immutable-export
...
hoist exports
2017-05-04 13:27:13 +02:00
Tobias Koppers
a952bb99a6
change some magic numbers to hoist exports
...
fixes #4753
2017-05-04 13:00:52 +02:00
Tobias Koppers
bf3652b16b
2.5.0
2017-05-04 12:17:13 +02:00
Tobias Koppers
cd1cd29fba
Merge pull request #4815 from webpack/bugfix/extract-async-initial
...
CommonsChunkPlugin in async mode doesn't select initial chunks
2017-05-04 11:41:43 +02:00
Tobias Koppers
b45588bc11
CommonsChunkPlugin in async mode doesn't select initial chunks
...
fixes #4795
2017-05-04 10:50:46 +02:00
Tobias Koppers
8bab88c50f
Merge pull request #4814 from webpack/test/move-entry
...
add testcase for moving entry modules into the commons chunk
2017-05-04 10:50:03 +02:00
Tobias Koppers
a244879a07
add testcase for moving entry modules into the commons chunk
...
#4795
2017-05-04 10:01:04 +02:00
Tobias Koppers
85dc98f17a
Merge pull request #4813 from JLHwung/perf/date-now
...
Perf/use Date.now() instead of +new Date()/new Date().getTime()
2017-05-04 08:04:41 +02:00
J Huang
6afc397b99
perf: use Date.now() instead of new Date().getTime()
...
new Date().getTime() is 2x slower than Date.now(), see https://jsperf.com/new-date-vs-date-now-vs-performance-now/6
2017-05-04 10:19:54 +08:00
J Huang
94d0641ba4
perf: use Date.now() instead of +new Date()
...
+new Date() is 2x slower than Date.now(), see https://jsperf.com/new-date-vs-date-now-vs-performance-now/6
2017-05-04 10:19:10 +08:00
Tobias Koppers
c91ba49495
Merge pull request #4791 from deificx/master
...
add option to lib/Stats.js to disable stack trace on errors and warnings
2017-04-30 09:31:17 +02:00
Tobias Koppers
94ba75f794
Merge pull request #4794 from ndresx/disable-manifest-json-pretty-print
...
Disable manifest.json pretty print
2017-04-30 09:30:03 +02:00
Even Alander
84ea1ffd3d
added error to stats.moduleTrace test name to trigger test cases corretly
2017-04-29 20:53:42 +02:00
Even Alander
8ad4386bdf
test cases for stats.moduleTrace option
2017-04-29 19:43:45 +02:00
Even Alander
958156ae42
moduleTrace added to webpackOptionsSchema.json
2017-04-29 19:43:15 +02:00
Martin Veith
de87f93c1b
Disable manifest.json pretty print
2017-04-28 21:34:38 +02:00
Even Alander
41310135bb
rename stats.stackTrace to stats.moduleTrace
2017-04-28 09:20:14 +02:00
Even Alander
7e4310a175
add option to lib/Stats.js to disable stack trace on errors and warnings
2017-04-27 10:22:20 +02:00
Tobias Koppers
24ef6ea1b5
Merge pull request #4779 from ndresx/ignoreplugin-typo-fix
...
Fix typo in IgnorePlugin
2017-04-26 09:05:56 +02:00
Martin Veith
aa172f0a35
Fix typo in IgnorePlugin
2017-04-25 22:07:43 +02:00
Tobias Koppers
34315db3ff
Merge pull request #3875 from webpack/test/circleci
...
Update circle.yml
2017-04-23 14:25:42 +02:00
Tobias Koppers
0f91f949e2
improve circleci build
2017-04-23 14:02:06 +02:00
Tobias Koppers
6a26e9ba7f
Merge pull request #4693 from Travmatth/fix-4252-BannerPlugin-placeholder
...
Fix 4252 banner plugin placeholder
2017-04-23 12:57:02 +02:00
Tobias Koppers
53bb15b1ed
Merge pull request #3934 from timse/refactor-watching-in-compiler
...
Refactor _done of Watching in compiler
2017-04-23 12:10:20 +02:00
Tobias Koppers
b67d61abd6
Merge pull request #4755 from aretecode/lint-update
...
update node linting
2017-04-23 12:04:28 +02:00
Tobias Koppers
a2ec4c8cea
Merge pull request #4722 from willmendesneto/refactor-format-location
...
refactor(formatLocation): upgrade to ES6
2017-04-23 12:02:55 +02:00
Tobias Koppers
08eca2fb45
spacing
2017-04-23 12:00:53 +02:00
Tobias Koppers
1c5f3bf59f
Merge pull request #4748 from aretecode/examples-dll-readme-update2
...
examples/dll readme updates
2017-04-23 11:49:28 +02:00
Tobias Koppers
5c423d6feb
change supported node.js version to 4
2017-04-22 19:02:01 +02:00
Tobias Koppers
cbd493904f
Merge pull request #4768 from xizhao/patch-1
...
Add license scan report and status
2017-04-22 12:45:04 +02:00
Kevin Wang
ff211108d8
Add license scan report and status
2017-04-21 18:28:41 -07:00
Arete Code
f223aecd05
rebase for semicolon
2017-04-21 15:48:06 -07:00
Arete Code
914fe2c923
Merge branch 'master' of github.com:webpack/webpack into examples-dll-readme-update2
2017-04-21 15:47:19 -07:00
Tobias Koppers
d7f30392dd
Merge pull request #4729 from simon04/provide-plugin-es2015
...
ProvidePlugin: add test case for ES2015 modules
2017-04-21 19:00:50 +02:00
Tobias Koppers
88f37348e7
Merge pull request #4766 from webpack/bugfix/semicolon
...
add missing semicolon
2017-04-21 18:11:00 +02:00
Tobias Koppers
fc65d29dda
add missing semicolon
2017-04-21 17:05:00 +02:00
Tobias Koppers
38f9686a5d
Merge pull request #4762 from huy-nguyen/fix-documentation
...
Fix indentation
2017-04-21 09:27:16 +02:00