David Michon
							
						 
						
							 
							
							
							
							
								
							
							
								a4e994b12a 
								
							 
						 
						
							
							
								
								Remove lib directive  
							
							 
							
							
							
						 
						
							2024-01-22 17:29:52 -08:00  
						
					 
				
					
						
							
							
								 
								David Michon
							
						 
						
							 
							
							
							
							
								
							
							
								fd4c36dab2 
								
							 
						 
						
							
							
								
								Remove wrapper objects  
							
							 
							
							
							
						 
						
							2024-01-22 17:12:47 -08:00  
						
					 
				
					
						
							
							
								 
								David Michon
							
						 
						
							 
							
							
							
							
								
							
							
								b187e2f515 
								
							 
						 
						
							
							
								
								Optimize RemoveParentModulePlugin via bigint arithmetic  
							
							 
							
							
							
						 
						
							2024-01-22 17:03:07 -08:00  
						
					 
				
					
						
							
							
								 
								alexander.akait
							
						 
						
							 
							
							
							
							
								
							
							
								ab47c696a4 
								
							 
						 
						
							
							
								
								refactor(types): more  
							
							 
							
							
							
						 
						
							2023-06-03 20:52:25 +03:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								ed06a7f83a 
								
							 
						 
						
							
							
								
								new Worker() support  
							
							 
							
							... 
							
							
							
							add support for async anonymous entrypoints from inside the codebase
add worker example
move entry options into Entrypoint and receive them from there 
							
						 
						
							2020-09-08 07:37:20 +02:00  
						
					 
				
					
						
							
							
								 
								Florent Cailhol
							
						 
						
							 
							
							
							
							
								
							
							
								b12f24d20c 
								
							 
						 
						
							
							
								
								Update hook types  
							
							 
							
							
							
						 
						
							2019-05-10 09:52:22 +02:00  
						
					 
				
					
						
							
							
								 
								Florent Cailhol
							
						 
						
							 
							
							
							
							
								
							
							
								7b02084bc5 
								
							 
						 
						
							
							
								
								Replace Basic and Advanced optimzation hooks by stages  
							
							 
							
							
							
						 
						
							2018-08-16 14:10:51 +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
							
						 
						
							 
							
							
							
							
								
							
							
								cf5f1d723c 
								
							 
						 
						
							
							
								
								format existing code  
							
							 
							
							
							
						 
						
							2018-07-30 21:29:21 +02:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								7036ec488b 
								
							 
						 
						
							
							
								
								remove the need to rewrite chunk in reasons  
							
							 
							
							
							
						 
						
							2018-07-23 12:20:47 +02:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								a672e8f2f9 
								
							 
						 
						
							
							
								
								remove deprecated extracted hooks  
							
							 
							
							
							
						 
						
							2018-07-13 17:30:26 +02:00  
						
					 
				
					
						
							
							
								 
								Florent Cailhol
							
						 
						
							 
							
							
							
							
								
							
							
								2a9452e51b 
								
							 
						 
						
							
							
								
								Add brackets for multiline if/for statements  
							
							 
							
							
							
						 
						
							2018-05-29 15:45:44 +02:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								4daaf6cd33 
								
							 
						 
						
							
							
								
								improve RemoveParentModulesPlugin performance  
							
							 
							
							
							
						 
						
							2018-05-01 10:41:26 +02:00  
						
					 
				
					
						
							
							
								 
								Florent Cailhol
							
						 
						
							 
							
							
							
							
								
							
							
								3983803d30 
								
							 
						 
						
							
							
								
								Destructure 'require' to improve readability  
							
							 
							
							
							
						 
						
							2018-03-22 12:05:58 +01:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								5238159d21 
								
							 
						 
						
							
							
								
								run prettier on existing code  
							
							 
							
							
							
						 
						
							2018-02-25 02:00:20 +01:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								18ae73dad4 
								
							 
						 
						
							
							
								
								Refactor chunk graph  
							
							 
							
							... 
							
							
							
							Chunks are now always in ChunkGroups
ChunkGroups have parents and children, Chunks no longer have this
AsyncDependenciesBlocks point to a ChunkGroup instead of a list of chunks
Entrypoint is now a ChunkGroup (extends from it)
move stuff graph modification methods into GraphHelpers
Change chunk id recording to source-based
Chunks have parents, siblings and children in Stats
rename AutomaticCommonsChunksPlugin to SplitChunksPlugin
add request property to origin (ChunkGroup)
remove moveToParent from AggressiveMergingPlugin
fix issues with AggressiveSplittingPlugin
remove CommonsChunkPlugin
add optimization.runtimeChunk (RuntimeChunkPlugin)
fix a filename bug for initial chunks
remove extract-text-webpack-plugin from test suite
add DebugHash to help debugging hash issues
fix issues with entry modules in different chunk as runtime
redo optimization.splitChunks options
Compilation.entrypoints is now a Map
Compilation.chunkGroups has been added
remove some unittests
update examples
update tests with CommonsChunkPlugin 
							
						 
						
							2018-01-19 19:21:30 +01:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								08cd2f0ffe 
								
							 
						 
						
							
							
								
								introduce ChunkGroup for AND in parents  
							
							 
							
							
							
						 
						
							2018-01-10 17:12:03 +01:00  
						
					 
				
					
						
							
							
								 
								Florent Cailhol
							
						 
						
							 
							
							
							
							
								
							
							
								9f13bfec6c 
								
							 
						 
						
							
							
								
								Optimize chunk traversal in RemoveParentModulesPlugin  
							
							 
							
							
							
						 
						
							2018-01-05 22:49:55 +01:00  
						
					 
				
					
						
							
							
								 
								Florent Cailhol
							
						 
						
							 
							
							
							
							
								
							
							
								f737b26260 
								
							 
						 
						
							
							
								
								Remove some plugin calls  
							
							 
							
							
							
						 
						
							2017-12-14 14:42:49 +01:00  
						
					 
				
					
						
							
							
								 
								Florent Cailhol
							
						 
						
							 
							
							
							
							
								
							
							
								36c690d37f 
								
							 
						 
						
							
							
								
								Use tapable instead of 'plugin'  
							
							 
							
							
							
						 
						
							2017-12-08 14:23:31 +01:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								5db5512849 
								
							 
						 
						
							
							
								
								faster RemoveParentModule algorithm  
							
							 
							
							
							
						 
						
							2017-11-24 18:14:37 +01:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								f7c2f8e470 
								
							 
						 
						
							
							
								
								Update code style to arrow functions  
							
							 
							
							
							
						 
						
							2017-11-08 11:56:01 +01:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								b316bee0a6 
								
							 
						 
						
							
							
								
								Use SortableSets for Chunk.parents/blocks  
							
							 
							
							
							
						 
						
							2017-09-22 16:38:47 +02:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								8d3efe7d63 
								
							 
						 
						
							
							
								
								Merge branch 'next' into perf/modules-set  
							
							 
							
							
							
						 
						
							2017-05-16 14:37:03 +02:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								e1bac32c19 
								
							 
						 
						
							
							
								
								Use a Set to store modules in a chunk  
							
							 
							
							
							
						 
						
							2017-05-16 11:50:50 +02:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								616777b520 
								
							 
						 
						
							
							
								
								fix spacing issue  
							
							 
							
							
							
						 
						
							2017-04-21 18:47:59 +02:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								7ca1297e11 
								
							 
						 
						
							
							
								
								Use a Set in RemoveParentModulesPlugin for performance  
							
							 
							
							
							
						 
						
							2017-04-18 23:28:16 +02:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								e8bc9c2b3b 
								
							 
						 
						
							
							
								
								use a Set for Module.chunks  
							
							 
							
							
							
						 
						
							2017-04-18 23:27:25 +02:00  
						
					 
				
					
						
							
							
								 
								Tim Sebastian
							
						 
						
							 
							
							
							
							
								
							
							
								39575663b7 
								
							 
						 
						
							
							
								
								move chunk parents check up  
							
							 
							
							
							
						 
						
							2017-02-23 23:31:05 +11:00  
						
					 
				
					
						
							
							
								 
								Tom910
							
						 
						
							 
							
							
							
							
								
							
							
								665fbd0ca8 
								
							 
						 
						
							
							
								
								Fix todo comments  
							
							 
							
							
							
						 
						
							2017-01-25 22:47:11 +03:00  
						
					 
				
					
						
							
							
								 
								Tom910
							
						 
						
							 
							
							
							
							
								
							
							
								74efa93d5f 
								
							 
						 
						
							
							
								
								More refactoring Compilation.js and RemoveParentModulesPlugin.js  
							
							 
							
							
							
						 
						
							2017-01-25 22:39:24 +03:00  
						
					 
				
					
						
							
							
								 
								Tom910
							
						 
						
							 
							
							
							
							
								
							
							
								588976d5e9 
								
							 
						 
						
							
							
								
								Deleting cache length size to loop  
							
							 
							
							
							
						 
						
							2017-01-24 22:39:38 +03:00  
						
					 
				
					
						
							
							
								 
								Tom910
							
						 
						
							 
							
							
							
							
								
							
							
								eb87ae931d 
								
							 
						 
						
							
							
								
								Refactoring and optimize RemoveParentModulesPlugin.js  
							
							 
							
							
							
						 
						
							2017-01-23 21:52:47 +03:00  
						
					 
				
					
						
							
							
								 
								Shubheksha Jalan
							
						 
						
							 
							
							
							
							
								
							
							
								61251de9c0 
								
							 
						 
						
							
							
								
								refactor(ES6): upgrade RemoveParentModulesPlugin to ES6 ( #3731 )  
							
							 
							
							
							
						 
						
							2017-01-04 12:44:01 -06:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								2f618e733a 
								
							 
						 
						
							
							
								
								refactoring and aggressive-splitting plugin  
							
							 
							
							
							
						 
						
							2016-07-13 11:03:14 +02:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								cf00a1a22d 
								
							 
						 
						
							
							
								
								rewrite cases where js beautify and eslint disagree on formatting  
							
							 
							
							
							
						 
						
							2016-06-20 21:46:27 +02:00  
						
					 
				
					
						
							
							
								 
								Simen Bekkhus
							
						 
						
							 
							
							
							
							
								
							
							
								b1bdd6989f 
								
							 
						 
						
							
							
								
								Use eslint's indent rule  
							
							 
							
							
							
						 
						
							2016-06-20 08:21:00 +02:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								7fdfdbd43b 
								
							 
						 
						
							
							
								
								correct linting  
							
							 
							
							
							
						 
						
							2016-06-16 01:05:17 +02:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								795092fcea 
								
							 
						 
						
							
							
								
								fixed small mistake in array check  
							
							 
							
							
							
						 
						
							2016-04-11 00:38:18 +02:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								996b6c80ae 
								
							 
						 
						
							
							
								
								cache parent checks, check faster array for contain  
							
							 
							
							
							
						 
						
							2016-04-10 23:55:37 +02:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								7a15344eb1 
								
							 
						 
						
							
							
								
								reverted new algorithm for removing modules from parent chunks  
							
							 
							
							
							
						 
						
							2016-04-10 23:38:41 +02:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								2d7a7adade 
								
							 
						 
						
							
							
								
								use index instead of debugId  
							
							 
							
							... 
							
							
							
							fixed chunk propagation 
							
						 
						
							2016-02-24 23:57:42 +01:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								a867825774 
								
							 
						 
						
							
							
								
								new algorithm for removing modules from parent chunks  
							
							 
							
							... 
							
							
							
							#1905  
							
						 
						
							2016-02-24 23:23:34 +01:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								431a4c791c 
								
							 
						 
						
							
							
								
								Merge branch 'master' into webpack-2  
							
							 
							
							... 
							
							
							
							Conflicts:
	hot/dev-server.js
	hot/only-dev-server.js
	hot/poll.js
	hot/signal.js
	lib/ChunkTemplate.js
	lib/HotModuleReplacement.runtime.js
	lib/HotModuleReplacementPlugin.js
	lib/JsonpMainTemplatePlugin.js
	lib/MainTemplate.js
	lib/NormalModule.js
	lib/Parser.js
	lib/RecordIdsPlugin.js
	lib/WebpackOptionsApply.js
	lib/dependencies/RequireEnsureDependency.js
	lib/node/OldNodeWatchFileSystem.js
	lib/optimize/OccurrenceOrderPlugin.js
	package.json 
							
						 
						
							2015-07-17 09:30:37 +02:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								f7d799adb4 
								
							 
						 
						
							
							
								
								rebeautify without spacing after keyword  
							
							 
							
							
							
						 
						
							2015-07-16 00:19:23 +02:00  
						
					 
				
					
						
							
							
								 
								Avi Haiat
							
						 
						
							 
							
							
							
							
								
							
							
								0a340f2b1a 
								
							 
						 
						
							
							
								
								feat(app): Beautify all lib files  
							
							 
							
							
							
						 
						
							2015-07-13 01:20:09 +03:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								8cfeb51c30 
								
							 
						 
						
							
							
								
								refactoring and bug fixes  
							
							 
							
							
							
						 
						
							2015-07-07 00:11:13 +02:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								a2cc7dbd38 
								
							 
						 
						
							
							
								
								apply optimizing on extracted chunks too  
							
							 
							
							
							
						 
						
							2014-09-23 08:42:54 +02:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								e0f975eb9e 
								
							 
						 
						
							
							
								
								fixes   webpack/extract-text-webpack-plugin#14  
							
							 
							
							
							
						 
						
							2014-09-07 22:54:38 +02:00  
						
					 
				
					
						
							
							
								 
								Tobias Koppers
							
						 
						
							 
							
							
							
							
								
							
							
								4d1ca1993d 
								
							 
						 
						
							
							
								
								fixed stack overflow bug  
							
							 
							
							
							
						 
						
							2013-02-11 12:03:33 +01:00