b9c50fdb09 
								
							 
						 
						
							
							
								
								fix jsdoc documentations  
							
							
							
						 
						
							2020-04-28 19:42:58 +02:00  
				
					
						
							
							
								 
						
							
								b12f24d20c 
								
							 
						 
						
							
							
								
								Update hook types  
							
							
							
						 
						
							2019-05-10 09:52:22 +02:00  
				
					
						
							
							
								 
						
							
								7a43a27eda 
								
							 
						 
						
							
							
								
								make Compilation.chunks a Set  
							
							
							
						 
						
							2018-09-06 17:04:01 +02:00  
				
					
						
							
							
								 
						
							
								7b02084bc5 
								
							 
						 
						
							
							
								
								Replace Basic and Advanced optimzation hooks by stages  
							
							
							
						 
						
							2018-08-16 14:10:51 +02:00  
				
					
						
							
							
								 
						
							
								3cf01999b5 
								
							 
						 
						
							
							
								
								add ChunkGraph  
							
							... 
							
							
							
							move chunk modules and module chunks into the ChunkGraph
remove outdated unit tests 
							
						 
						
							2018-08-14 15:32:13 +02:00  
				
					
						
							
							
								 
						
							
								cf5f1d723c 
								
							 
						 
						
							
							
								
								format existing code  
							
							
							
						 
						
							2018-07-30 21:29:21 +02:00  
				
					
						
							
							
								 
						
							
								5238159d21 
								
							 
						 
						
							
							
								
								run prettier on existing code  
							
							
							
						 
						
							2018-02-25 02:00:20 +01:00  
				
					
						
							
							
								 
						
							
								d4811b0d37 
								
							 
						 
						
							
							
								
								Use for-of loops instead of forEach  
							
							
							
						 
						
							2018-01-23 22:53:18 +01:00  
				
					
						
							
							
								 
						
							
								ea609374f7 
								
							 
						 
						
							
							
								
								split Chunk.isInitial into isOnlyInitial and canBeInitial  
							
							... 
							
							
							
							remove includeInitial argument of getChunk(Module)Maps 
							
						 
						
							2018-01-22 12:52:28 +01:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								36c690d37f 
								
							 
						 
						
							
							
								
								Use tapable instead of 'plugin'  
							
							
							
						 
						
							2017-12-08 14:23:31 +01:00  
				
					
						
							
							
								 
						
							
								f7c2f8e470 
								
							 
						 
						
							
							
								
								Update code style to arrow functions  
							
							
							
						 
						
							2017-11-08 11:56:01 +01:00  
				
					
						
							
							
								 
						
							
								f39e19a2e3 
								
							 
						 
						
							
							
								
								Merge pull request  #5066  from webpack/deprecation/webpack-3  
							
							... 
							
							
							
							remove deprecated stuff 
							
						 
						
							2017-09-22 19:47:23 +02:00  
				
					
						
							
							
								 
						
							
								b316bee0a6 
								
							 
						 
						
							
							
								
								Use SortableSets for Chunk.parents/blocks  
							
							
							
						 
						
							2017-09-22 16:38:47 +02:00  
				
					
						
							
							
								 
						
							
								57e4a2d825 
								
							 
						 
						
							
							
								
								fix typo  
							
							
							
						 
						
							2017-09-22 16:11:03 +02:00  
				
					
						
							
							
								 
						
							
								845c5f5031 
								
							 
						 
						
							
							
								
								Use Set for commonModules. Use getModules instead of modules  
							
							
							
						 
						
							2017-09-22 15:44:16 +02:00  
				
					
						
							
							
								 
						
							
								2949c598d5 
								
							 
						 
						
							
							
								
								refactor for more readablity  
							
							
							
						 
						
							2017-07-24 10:04:55 +02:00  
				
					
						
							
							
								 
						
							
								cbc706ba98 
								
							 
						 
						
							
							
								
								Upstream changes from  https://github.com/jantimon/html-webpack-plugin/pull/670#issuecomment-301484908  
							
							
							
						 
						
							2017-06-01 16:38:27 +02:00  
				
					
						
							
							
								 
						
							
								93ac8e9c36 
								
							 
						 
						
							
							
								
								Merge pull request  #4205  from timse/use-let-const-as-blockscoped-variables  
							
							... 
							
							
							
							Use let const as blockscoped variables 
							
						 
						
							2017-02-08 09:44:03 +01:00  
				
					
						
							
							
								 
						
							
								ea4be07d45 
								
							 
						 
						
							
							
								
								Link documentation to webpack.js.org  
							
							... 
							
							
							
							Replaces webpack.github.io links with links to the new documentation. 
							
						 
						
							2017-02-07 10:07:01 +01:00  
				
					
						
							
							
								 
						
							
								7968caa6b1 
								
							 
						 
						
							
							
								
								use const where applicable in AggressiveMergingPlugin  
							
							
							
						 
						
							2017-02-05 10:33:54 +11:00  
				
					
						
							
							
								 
						
							
								d1361ae078 
								
							 
						 
						
							
							
								
								refactor(ES6): upgrade AggressiveMergingPlugin to ES6 ( #3732 )  
							
							... 
							
							
							
							* refactor(ES6): upgrade AggressiveMergingPlugin to ES6 
							
						 
						
							2017-01-04 15:18:16 -06:00  
				
					
						
							
							
								 
						
							
								2f618e733a 
								
							 
						 
						
							
							
								
								refactoring and aggressive-splitting plugin  
							
							
							
						 
						
							2016-07-13 11:03:14 +02:00  
				
					
						
							
							
								 
						
							
								eebc5ceaf6 
								
							 
						 
						
							
							
								
								Fix no-redeclare in code  
							
							
							
						 
						
							2016-01-18 18:57:42 -08:00  
				
					
						
							
							
								 
						
							
								7934faa181 
								
							 
						 
						
							
							
								
								Merge branch 'master' into webpack-2  
							
							... 
							
							
							
							Conflicts:
	.travis.yml
	bin/config-optimist.js
	package.json
	test/TestCases.test.js 
							
						 
						
							2015-08-09 13:32:19 +02:00  
				
					
						
							
							
								 
						
							
								3bcf17dca0 
								
							 
						 
						
							
							
								
								Use secure links.  
							
							
							
						 
						
							2015-07-20 15:29:53 -07:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								f7d799adb4 
								
							 
						 
						
							
							
								
								rebeautify without spacing after keyword  
							
							
							
						 
						
							2015-07-16 00:19:23 +02:00  
				
					
						
							
							
								 
						
							
								0a340f2b1a 
								
							 
						 
						
							
							
								
								feat(app): Beautify all lib files  
							
							
							
						 
						
							2015-07-13 01:20:09 +03:00  
				
					
						
							
							
								 
						
							
								8cfeb51c30 
								
							 
						 
						
							
							
								
								refactoring and bug fixes  
							
							
							
						 
						
							2015-07-07 00:11:13 +02:00  
				
					
						
							
							
								 
						
							
								7a080e6f24 
								
							 
						 
						
							
							
								
								Add argument error handling in optimization plugins  
							
							
							
						 
						
							2015-05-27 09:46:47 -07:00  
				
					
						
							
							
								 
						
							
								cebd3b9722 
								
							 
						 
						
							
							
								
								added linting  
							
							
							
						 
						
							2015-04-23 23:55:50 +02:00  
				
					
						
							
							
								 
						
							
								d6f9b7527f 
								
							 
						 
						
							
							
								
								added AggressiveMergingPlugin and example  
							
							... 
							
							
							
							fixes  #162  
						
							2014-02-05 12:05:09 +01:00