Tobias Koppers
|
6a6cd57b26
|
Merge branch 'next' into import-context-filter
|
2017-10-16 13:55:54 +02:00 |
Tobias Koppers
|
f024687067
|
Refactor ContextDependency to take an options object
merged with options object from async info
|
2017-10-16 13:19:53 +02:00 |
Tobias Koppers
|
9075637b39
|
Refactor contextOptions
|
2017-10-16 12:59:36 +02:00 |
Tobias Koppers
|
7ac2a50ec6
|
remove json5 from package.json
|
2017-10-16 12:16:23 +02:00 |
Tobias Koppers
|
47d00a525f
|
use util.deprecate to deprecate properties in ContextModule
|
2017-10-16 12:16:07 +02:00 |
Tobias Koppers
|
4b9939e303
|
check for null case
|
2017-10-16 12:15:27 +02:00 |
Tobias Koppers
|
5b1bf29a38
|
Merge branch 'next' of https://github.com/webpack/webpack into next
|
2017-10-16 11:07:30 +02:00 |
Tobias Koppers
|
814c894168
|
Merge branch 'master' into next
# Conflicts:
# lib/optimize/CommonsChunkPlugin.js
# test/statsCases/limit-chunk-count-plugin/expected.txt
# test/statsCases/named-chunks-plugin-async/expected.txt
# test/statsCases/optimize-chunks/expected.txt
|
2017-10-16 10:47:17 +02:00 |
Tobias Koppers
|
8f30d83e32
|
Merge pull request #5651 from rrharvey/compiler-dependency-error
Compiler dependency error
|
2017-10-16 10:27:32 +02:00 |
Tobias Koppers
|
aa8d076407
|
fix comment
|
2017-10-16 09:36:59 +02:00 |
Landon Crapo
|
0a141f21c8
|
fixed failing tests
|
2017-10-13 17:51:01 -06:00 |
Landon Crapo
|
bc6c1be90c
|
refactoring filter to include and other requested changes
|
2017-10-13 15:41:44 -06:00 |
Landon Crapo
|
044d8f9caa
|
fixed ContextReplacementPlugin
|
2017-10-13 15:41:02 -06:00 |
Landon Crapo
|
06c228b34d
|
fixed import-context-filter test
|
2017-10-13 15:41:02 -06:00 |
Landon Crapo
|
7cc8d68821
|
fixed code-splitting-native-import-context-filter README.md
|
2017-10-13 15:41:02 -06:00 |
Landon Crapo
|
5d1759fd4c
|
modified import context filtering logic to filter on file names.
|
2017-10-13 15:41:02 -06:00 |
Landon Crapo
|
4c08560f5a
|
fixed code-splitting-native-import-context-filter README.md
|
2017-10-13 15:41:01 -06:00 |
Landon Crapo
|
f884136861
|
created filter logic for dynamic import statements
|
2017-10-13 15:41:01 -06:00 |
Tobias Koppers
|
33818bcbe4
|
Merge pull request #5812 from simon-paris/ignore-enoent-in-contextmodulefactory-resolvedependencies
Fix #5794 by ignoring ENOENT errors in ContextModuleFactory.addDependencies
|
2017-10-13 11:06:11 +02:00 |
Tobias Koppers
|
1bd8b74fb0
|
Merge pull request #5817 from webpack/bugfix/semetrical-chunk-reason
set chunk reasons symmetrical
|
2017-10-13 11:05:40 +02:00 |
Tobias Koppers
|
2d60f1379c
|
Merge pull request #5823 from webpack/ci/exclude-old-version
Exclude testing in older versions
|
2017-10-13 11:05:25 +02:00 |
Tobias Koppers
|
0b6e9d284c
|
Exclude testing in older versions
these versions are too slow
|
2017-10-13 11:04:39 +02:00 |
Tobias Koppers
|
0b3dfcbe42
|
Merge pull request #5822 from webpack/bugfix/commons-chunk-plugin
cleanup CommonsChunkPlugins changes
|
2017-10-13 11:00:47 +02:00 |
Tobias Koppers
|
45756a2291
|
set chunk reasons symmetrical
|
2017-10-13 10:44:08 +02:00 |
Tobias Koppers
|
4960c5ba4e
|
cleanup CommonsChunkPlugins changes
|
2017-10-13 10:36:08 +02:00 |
Tobias Koppers
|
f5b822530c
|
Merge pull request #5816 from webpack/bugfix/performance-chunk-graph
improve performance by doing a breath-first traversal in the chunk graph
|
2017-10-12 20:52:26 +02:00 |
Tobias Koppers
|
11e28793fa
|
improve performance by doing a breath-first traversal in the chunk graph
This is faster because shorter paths usually have less modules available.
This allows to reach minimal modules faster
|
2017-10-12 20:03:36 +02:00 |
Tobias Koppers
|
9324616bdf
|
Merge pull request #5815 from webpack/refactor/side-effects
Refactor/side effects
|
2017-10-12 19:33:50 +02:00 |
Tobias Koppers
|
37af63900c
|
Merge pull request #5811 from jbottigliero/issue-4886-3
[#4886] --env Output
|
2017-10-12 17:45:27 +02:00 |
Tobias Koppers
|
1bc572a385
|
rename side-effects to sideEffects
|
2017-10-12 17:32:41 +02:00 |
Joe Bottigliero
|
6a51535f39
|
[tests] adds more verbose stdout equality check (includes the --env value)
|
2017-10-12 08:52:47 -05:00 |
Tobias Koppers
|
118e83c3ed
|
fix a problem with missing modules in the bundle
when using harmony export * from
|
2017-10-12 14:14:29 +02:00 |
Tobias Koppers
|
4c2f9e724b
|
Merge branch 'master' into next
# Conflicts:
# lib/dependencies/HarmonyExportImportedSpecifierDependency.js
|
2017-10-12 11:28:25 +02:00 |
Simon Paris
|
d98eea7a82
|
Added a test case for ContextModuleFactory.resolveDependencies
|
2017-10-12 14:47:17 +08:00 |
Joe Bottigliero
|
f85595d0d0
|
[lint] remove trailing space
|
2017-10-11 21:37:01 -05:00 |
Joe Bottigliero
|
8171f94497
|
[tests] updates test.opts and test files for --env
|
2017-10-11 21:08:45 -05:00 |
Joe Bottigliero
|
33223aa3d4
|
[#4886] --env output
- Adds stats.env to enable the out put of --env arguments passed to the webpack configuration.
|
2017-10-11 20:37:30 -05:00 |
Tobias Koppers
|
ce24e98bc0
|
3.7.1
|
2017-10-11 21:39:22 +02:00 |
Tobias Koppers
|
15fe297fb1
|
Merge pull request #5807 from STRML/fix/externalModule
Fix #5806, TypeError on ExternalModule hash.update
|
2017-10-11 21:37:41 +02:00 |
Samuel Reed
|
c9bad176fd
|
Fix #5806, TypeError on ExternalModule hash.update
undefined must be coerced to `false`
|
2017-10-11 14:02:46 -05:00 |
Tobias Koppers
|
551ea76838
|
3.7.0
|
2017-10-11 20:07:28 +02:00 |
Tobias Koppers
|
5abd69680d
|
Merge branch 'master' into next
# Conflicts:
# lib/Compilation.js
# test/statsCases/optimize-chunks/expected.txt
|
2017-10-11 19:26:00 +02:00 |
Tobias Koppers
|
32f8b6b2f7
|
Merge pull request #5802 from webpack/bugfix/missing-harmony-crash
fix crashes when imported module fails compiling
|
2017-10-11 19:06:51 +02:00 |
Tobias Koppers
|
1381f6745b
|
fix crashes when imported module fails compiling
|
2017-10-11 17:22:11 +02:00 |
Tobias Koppers
|
dee0774f7b
|
Merge pull request #5717 from webpack/allow-negative-early-bail-for-context
Allow negative early bail for context
|
2017-10-11 17:08:33 +02:00 |
Tobias Koppers
|
be72b2a8c2
|
Merge pull request #5753 from simon-paris/master
Fix for #5750 - Refuse to use regexes with g or y flags in contexts
|
2017-10-11 17:07:00 +02:00 |
Tobias Koppers
|
7ebf9314d6
|
Merge pull request #5786 from webpack/performance/chunks
improve chunk graph building performance
|
2017-10-11 17:05:20 +02:00 |
Tobias Koppers
|
48096a187a
|
Merge pull request #5797 from webpack/bugfix/uncatched-bail
prevent crashing when error out early in bail mode
|
2017-10-11 15:48:38 +02:00 |
Tobias Koppers
|
2919a9cd53
|
prevent crashing when error out early in bail mode
fixes #5787
|
2017-10-11 15:28:18 +02:00 |
Tobias Koppers
|
7870bfc01d
|
improve chunk graph building performance
document algorithm
|
2017-10-11 15:08:00 +02:00 |