|  Tobias Koppers | 7c37a6a972 | handle runtime requirements | 2018-11-29 16:07:17 +01:00 | 
				
					
						|  Tobias Koppers | c1e89c0543 | Runtime requirement support in NormalModule, Generators and DependencyTemplate | 2018-11-29 16:06:12 +01:00 | 
				
					
						|  Tobias Koppers | 0232674f9c | Initial runtime module work | 2018-11-29 16:03:32 +01:00 | 
				
					
						|  Tobias Koppers | d5479d8fa7 | move reserved names to top of module | 2018-11-29 16:01:37 +01:00 | 
				
					
						|  Tobias Koppers | fa87116ea1 | Merge tag 'v4.26.1' into next 4.26.1 | 2018-11-29 14:51:27 +01:00 | 
				
					
						|  Tobias Koppers | fd2133bc5b | handle case when minSize > maxSize fixes #8407 | 2018-11-23 09:01:53 +01:00 | 
				
					
						|  Tobias Koppers | dda3c03b8d | Refactor getInitFragments to a property in templateContext and apply method Having only a single method in DependencyTemplate makes it easier to override | 2018-11-16 16:40:03 +01:00 | 
				
					
						|  Florent Cailhol | 8a10ea3c92 | Type 'apply' method of plugins | 2018-11-12 14:26:31 +01:00 | 
				
					
						|  Tobias Koppers | eb28697419 | move magic property names on __webpack_require__ into RuntimeGlobals file | 2018-11-05 15:28:34 +01:00 | 
				
					
						|  Tobias Koppers | 1c44f95b8c | fix bug where module is referenced which is not in the graph | 2018-10-24 15:45:10 +02:00 | 
				
					
						|  Tobias Koppers | 0ae4a58918 | make AggressiveSplittingPlugin stable | 2018-10-23 11:32:41 +02:00 | 
				
					
						|  Tobias Koppers | 60b06472f5 | make LimitChunkCountPlugin stable fix integrating non-runtime with runtime chunk
move entry modules when integrating two chunks | 2018-10-23 11:32:36 +02:00 | 
				
					
						|  Tobias Koppers | c04747f17d | make LimitChunkCountPlugin stable | 2018-10-19 12:57:27 +02:00 | 
				
					
						|  Tobias Koppers | 7340fbb547 | refactor Cache add a new hookable Cache class
removed CachePlugin
add MemoryCachePlugin
refactor timestamps
create FileSystemInfo class | 2018-09-27 13:20:19 +02:00 | 
				
					
						|  Tobias Koppers | 4f1905aa5a | Merge tag 'v4.20.2' into next 4.20.2 | 2018-09-25 23:13:58 +02:00 | 
				
					
						|  Tobias Koppers | aab3afbef8 | fixes #8085 | 2018-09-25 21:52:03 +02:00 | 
				
					
						|  Tobias Koppers | 17044bf9c6 | Merge tag 'v4.20.0' into next 4.20.0 | 2018-09-25 16:20:42 +02:00 | 
				
					
						|  Tobias Koppers | 1f6b92de3e | use declarations from schemas in plugins | 2018-09-21 11:04:28 +02:00 | 
				
					
						|  Tobias Koppers | 5b4cbb5ee0 | add queues to Compilation remove Semaphore and use AsyncQueue instead
deprecate Module.needRebuild, add Module.needBuild
remove Module.unbuild
add Module.invalidateBuild | 2018-09-12 13:17:03 +02:00 | 
				
					
						|  Tobias Koppers | 7a43a27eda | make Compilation.chunks a Set | 2018-09-06 17:04:01 +02:00 | 
				
					
						|  Tobias Koppers | 6ca7ae1c48 | make Compilation.modules a Set | 2018-09-06 17:03:24 +02:00 | 
				
					
						|  Tobias Koppers | b4860ccebb | refactor chunk id plugins | 2018-09-05 14:28:52 +02:00 | 
				
					
						|  Tobias Koppers | 4d7b5b3b5e | Refactor module id plugins to be independent | 2018-09-03 20:45:44 +02:00 | 
				
					
						|  Tobias Koppers | bd18e019d4 | Clone module attributes instead of moving them | 2018-09-03 20:12:55 +02:00 | 
				
					
						|  Tobias Koppers | 888ad3d684 | insert concatenated module at correct position fixes bug where ids are incorrectly assigned | 2018-09-03 20:12:55 +02:00 | 
				
					
						|  Tobias Koppers | 8c8719bd4a | Merge pull request #7954 from webpack/feature/split-chunk-type add moduleType option to cacheGroup to select by module type | 2018-09-03 19:13:26 +02:00 | 
				
					
						|  Tobias Koppers | 41e59235df | emit error when splitChunks.name points to existing chunk name | 2018-09-03 10:37:43 +02:00 | 
				
					
						|  Tobias Koppers | b87e93221b | add type option to cacheGroup to select by module type | 2018-09-03 10:36:24 +02:00 | 
				
					
						|  Tobias Koppers | 604460da52 | move iterable compare code to comparators | 2018-08-28 15:10:30 +02:00 | 
				
					
						|  Tobias Koppers | bad9d8a271 | move Module.id into ChunkGraph remove disconnect and unseal from Module | 2018-08-28 15:08:52 +02:00 | 
				
					
						|  Tobias Koppers | 02b15a1b46 | pass chunkGraph to updateHash instead of moduleGraph pass chunkGraph to compareModulesById instead of moduleGraph
pass chunkGraph to methods of RuntimeTemplate
use comparators from module at some places | 2018-08-28 12:06:53 +02:00 | 
				
					
						|  Tobias Koppers | 239ce7fcd9 | Use ChunkGraph instead of Compilation in updateHash | 2018-08-24 12:02:42 +02:00 | 
				
					
						|  Tobias Koppers | eb63cf80d6 | move built flag into Compilation | 2018-08-22 15:33:16 +02:00 | 
				
					
						|  Tobias Koppers | 26022c86a0 | move Module.depth into ModuleGraph nested modules no longer have depth and stay unsorted in stats | 2018-08-22 12:45:11 +02:00 | 
				
					
						|  Tobias Koppers | a92c23ef76 | fixes #7930 | 2018-08-22 11:11:37 +02:00 | 
				
					
						|  Tobias Koppers | 5a78e96dc9 | add backward-compat layer for ModuleGraph and ChunkGraph | 2018-08-21 16:17:02 +02:00 | 
				
					
						|  Tobias Koppers | 42167db4af | move Module.index and index2 into ModuleGraph | 2018-08-21 16:16:51 +02:00 | 
				
					
						|  Tobias Koppers | 4dfe88edb0 | add moduleGraph argument to comparators | 2018-08-21 11:08:07 +02:00 | 
				
					
						|  Tobias Koppers | 0f1f69a9d6 | hide id overriding in HarmonyImportSpecifierDependency | 2018-08-21 11:06:59 +02:00 | 
				
					
						|  Tobias Koppers | 3bb5263bfd | move methods from Module into ModuleGraph | 2018-08-21 11:04:40 +02:00 | 
				
					
						|  Tobias Koppers | c21d59f783 | Merge tag 'v4.17.0' into next 4.17.0 | 2018-08-21 11:02:16 +02:00 | 
				
					
						|  Tobias Koppers | ed9691585e | Merge pull request #7907 from Connormiha/simplify-context-replacmnet-plugin Get rid of typeof for checking undefined | 2018-08-21 10:21:29 +02:00 | 
				
					
						|  Mihail Bodrov | 1f954b4f12 | Get rid typeof undef in all lib | 2018-08-21 03:26:50 +03:00 | 
				
					
						|  Tobias Koppers | 9315ce29aa | fix exporting globals in scope-hoisted modules fixes #7905 | 2018-08-20 10:54:05 +02:00 | 
				
					
						|  Florent Cailhol | 7b02084bc5 | Replace Basic and Advanced optimzation hooks by stages | 2018-08-16 14:10:51 +02:00 | 
				
					
						|  Tobias Koppers | 6d5310fbd6 | allow multiple entryModules per chunk allow to specify ChunkGroup to depend on
move entry modules into ChunkGraph | 2018-08-15 11:51:16 +02:00 | 
				
					
						|  Tobias Koppers | 3cf01999b5 | add ChunkGraph move chunk modules and module chunks into the ChunkGraph
remove outdated unit tests | 2018-08-14 15:32:13 +02:00 | 
				
					
						|  Tobias Koppers | 1345ab252d | fixes #7887 | 2018-08-14 11:25:59 +02:00 | 
				
					
						|  Tobias Koppers | f72d36b9cb | add support for generics to tooling | 2018-08-14 11:20:20 +02:00 | 
				
					
						|  Tobias Koppers | 34427c1845 | migrate to init fragments in ConcatenatedModule | 2018-08-09 15:45:45 +02:00 |