97ed999aad 
								
							 
						 
						
							
							
								
								Merge tag 'v4.19.0' into next  
							
							... 
							
							
							
							4.19.0
* Separate context for renderBoostrap and hooks
* Remove ModuleTemplate from MainTemplate.bootstrap hook 
							
						 
						
							2018-09-15 13:10:58 +02:00  
				
					
						
							
							
								 
						
							
								13b2cdd5ae 
								
							 
						 
						
							
							
								
								hash content of bootstrap code  
							
							... 
							
							
							
							instead of trying to calculate it
from inputs
fixes  #8027 
fixes  #7984  
							
						 
						
							2018-09-13 23:25:26 +02:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								11e127d162 
								
							 
						 
						
							
							
								
								pass moduleGraph along with multiple methods  
							
							
							
						 
						
							2018-08-02 17:54:42 +02:00  
				
					
						
							
							
								 
						
							
								2e82dbb63c 
								
							 
						 
						
							
							
								
								Merge pull request  #7813  from webpack/refactor/freeze_hooks  
							
							... 
							
							
							
							Freeze hooks to prevent deopts 
							
						 
						
							2018-07-30 22:47:13 +02:00  
				
					
						
							
							
								 
						
							
								cf5f1d723c 
								
							 
						 
						
							
							
								
								format existing code  
							
							
							
						 
						
							2018-07-30 21:29:21 +02:00  
				
					
						
							
							
								 
						
							
								fc4f30329d 
								
							 
						 
						
							
							
								
								Freeze hooks to prevent deopts  
							
							
							
						 
						
							2018-07-30 14:25:40 +02:00  
				
					
						
							
							
								 
						
							
								ef40df2d1f 
								
							 
						 
						
							
							
								
								fix usage of DependencyTemplates and types  
							
							
							
						 
						
							2018-07-12 17:12:00 +02:00  
				
					
						
							
							
								 
						
							
								0a06f19fd8 
								
							 
						 
						
							
							
								
								Merge tag 'v4.15.0' into next  
							
							... 
							
							
							
							4.15.0 
							
						 
						
							2018-07-04 22:19:50 +02:00  
				
					
						
							
							
								 
						
							
								1ad71e01f9 
								
							 
						 
						
							
							
								
								add helpful error when importing wasm in initial chunk  
							
							
							
						 
						
							2018-07-02 16:18:49 +02:00  
				
					
						
							
							
								 
						
							
								c68d0d2171 
								
							 
						 
						
							
							
								
								Remove Tapable compatibility  
							
							
							
						 
						
							2018-06-26 08:31:08 +02:00  
				
					
						
							
							
								 
						
							
								5b4547e0ac 
								
							 
						 
						
							
							
								
								cleanup Hash types  
							
							
							
						 
						
							2018-06-25 10:44:54 +02:00  
				
					
						
							
							
								 
						
							
								f2ad440de8 
								
							 
						 
						
							
							
								
								More strict linting of jsdocs  
							
							... 
							
							
							
							Use TODO over any when type is possible 
							
						 
						
							2018-05-08 14:53:33 +02:00  
				
					
						
							
							
								 
						
							
								fdcafe6614 
								
							 
						 
						
							
							
								
								fix(types): fix typo, had type getRenderManifest to ensure proper call signatures for chunk and main templates  
							
							
							
						 
						
							2018-05-01 10:47:14 -05:00  
				
					
						
							
							
								 
						
							
								3983803d30 
								
							 
						 
						
							
							
								
								Destructure 'require' to improve readability  
							
							
							
						 
						
							2018-03-22 12:05:58 +01:00  
				
					
						
							
							
								 
						
							
								5238159d21 
								
							 
						 
						
							
							
								
								run prettier on existing code  
							
							
							
						 
						
							2018-02-25 02:00:20 +01:00  
				
					
						
							
							
								 
						
							
								66bd2eab83 
								
							 
						 
						
							
							
								
								make render manifest extensible  
							
							... 
							
							
							
							move JS and WASM specific template stuff into plugins 
							
						 
						
							2018-01-24 09:39:49 +01:00  
				
					
						
							
							
								 
						
							
								0206949075 
								
							 
						 
						
							
							
								
								remove unused code  
							
							
							
						 
						
							2018-01-21 11:12:36 +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  
				
					
						
							
							
								 
						
							
								16ee68b5f9 
								
							 
						 
						
							
							
								
								make all methods on Template static  
							
							
							
						 
						
							2017-12-07 09:49:50 +01:00  
				
					
						
							
							
								 
						
							
								56328a7cab 
								
							 
						 
						
							
							
								
								upgrate tapable in Templates  
							
							
							
						 
						
							2017-11-28 18:43:01 +01:00  
				
					
						
							
							
								 
						
							
								65e855c636 
								
							 
						 
						
							
							
								
								fix deprecations  
							
							
							
						 
						
							2017-11-11 11:27:02 +01:00  
				
					
						
							
							
								 
						
							
								f131091082 
								
							 
						 
						
							
							
								
								change ModuleTemplate.render argument to options object  
							
							
							
						 
						
							2017-11-10 11:36:36 +01:00  
				
					
						
							
							
								 
						
							
								41a1d602e1 
								
							 
						 
						
							
							
								
								added WebAssembly Proof of Concept  
							
							
							
						 
						
							2017-11-10 09:17:11 +01:00  
				
					
						
							
							
								 
						
							
								07f6281185 
								
							 
						 
						
							
							
								
								fix: typos and variables/function misuse  
							
							
							
						 
						
							2017-04-11 19:43:05 +08:00  
				
					
						
							
							
								 
						
							
								e4c8fc3c8c 
								
							 
						 
						
							
							
								
								use const where applicable in ChunkTemplate  
							
							
							
						 
						
							2017-02-05 10:09:07 +11:00  
				
					
						
							
							
								 
						
							
								c6af4ab3fa 
								
							 
						 
						
							
							
								
								Convert Template and its subclasses to ES2015  
							
							... 
							
							
							
							Subclasses include `MainTemplate`, `ChunkTemplate` and
`HotUpdateChunkTemplate`. 
							
						 
						
							2017-01-13 12:34:21 +05:30  
				
					
						
							
							
								 
						
							
								13322ca35c 
								
							 
						 
						
							
							
								
								add missing constructors for all classes needed  
							
							... 
							
							
							
							As i walk through the source, i've tried to trace the webpack running stack.
Then, i find the missing constructors result in uncleasr stack and create a patch
for them. 
							
						 
						
							2016-05-20 13:39:36 +08:00  
				
					
						
							
							
								 
						
							
								1b459d91f5 
								
							 
						 
						
							
							
								
								move externals into chunk with entry  
							
							... 
							
							
							
							fixes  #2314 
maybe fixes  #2066 
fixes  #2375 
fixes  #1673  
						
							2016-05-05 10:13:50 +02:00  
				
					
						
							
							
								 
						
							
								ded70aef28 
								
							 
						 
						
							
							
								
								moves stuff from webpack-core to webpack-sources  
							
							
							
						 
						
							2015-12-29 17:44:55 +01: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  
				
					
						
							
							
								 
						
							
								5cd6e7d0b3 
								
							 
						 
						
							
							
								
								fixed a few linting issues  
							
							
							
						 
						
							2015-07-16 00:39:56 +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  
				
					
						
							
							
								 
						
							
								cf30eeeb0f 
								
							 
						 
						
							
							
								
								Merge branch 'master' into webpack-2  
							
							... 
							
							
							
							Conflicts:
	lib/ChunkTemplate.js
	lib/Compilation.js
	lib/HotModuleReplacement.runtime.js
	test/TestCases.test.js
	test/statsCases/chunks/expected.txt
	test/statsCases/simple-more-info/expected.txt
	test/statsCases/simple/expected.txt 
							
						 
						
							2015-07-01 00:44:17 +02:00  
				
					
						
							
							
								 
						
							
								4e041dfd52 
								
							 
						 
						
							
							
								
								fixed [chunkhash] and [name] issue  
							
							... 
							
							
							
							fixed  #1181 
fixed  #1018  
						
							2015-06-24 23:17:12 +02:00  
				
					
						
							
							
								 
						
							
								2245c4acca 
								
							 
						 
						
							
							
								
								Promise based chunk loading API  
							
							... 
							
							
							
							don't flag entry module with `0` id anymore
use extra argument in chunk instead
this allows to require entry points 
							
						 
						
							2015-06-13 11:45:28 +02:00  
				
					
						
							
							
								 
						
							
								ffd9cce20a 
								
							 
						 
						
							
							
								
								move semicolon to a later location in bundle  #830  
							
							
							
						 
						
							2015-03-03 20:24:46 +01:00  
				
					
						
							
							
								 
						
							
								738c1d3e68 
								
							 
						 
						
							
							
								
								support library with CommonsChunkPlugin  
							
							... 
							
							
							
							fixes  #622  
						
							2014-12-22 16:10:23 +01:00  
				
					
						
							
							
								 
						
							
								a0394a061b 
								
							 
						 
						
							
							
								
								refactored ChunkTemplate with plugin interface  
							
							
							
						 
						
							2014-06-02 23:40:50 +02:00  
				
					
						
							
							
								 
						
							
								4b9472b24d 
								
							 
						 
						
							
							
								
								save bytes  #135  
							
							
							
						 
						
							2013-12-13 12:58:10 +01:00  
				
					
						
							
							
								 
						
							
								327a990070 
								
							 
						 
						
							
							
								
								fixed bugs  
							
							
							
						 
						
							2013-06-19 11:53:03 +02:00  
				
					
						
							
							
								 
						
							
								a91cff49b6 
								
							 
						 
						
							
							
								
								complexer dedupe example and fixed bugs  
							
							
							
						 
						
							2013-06-14 15:13:44 +02:00  
				
					
						
							
							
								 
						
							
								5cdb8cbf81 
								
							 
						 
						
							
							
								
								cache chunks, cache assets  
							
							
							
						 
						
							2013-05-08 13:28:54 +02:00  
				
					
						
							
							
								 
						
							
								0de7c73ad8 
								
							 
						 
						
							
							
								
								SourceMap support  
							
							
							
						 
						
							2013-03-26 16:54:41 +01:00