d4811b0d37 
								
							 
						 
						
							
							
								
								Use for-of loops instead of forEach  
							
							
							
						 
						
							2018-01-23 22:53:18 +01:00  
				
					
						
							
							
								 
						
							
								1590751da2 
								
							 
						 
						
							
							
								
								Replace dictionaries by Map or Set  
							
							
							
						 
						
							2018-01-06 09:45:57 +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  
				
					
						
							
							
								 
						
							
								5a4f0aca67 
								
							 
						 
						
							
							
								
								change imports of tapable to old version  
							
							... 
							
							
							
							prepare to migrate to new tapable version 
							
						 
						
							2017-11-27 20:56:42 +01:00  
				
					
						
							
							
								 
						
							
								40871b8f79 
								
							 
						 
						
							
							
								
								Merge pull request  #5779  from webpack/improvement/shorter-mangle  
							
							... 
							
							
							
							generate shorter export names when using many exports 
							
						 
						
							2017-11-15 22:19:55 +01:00  
				
					
						
							
							
								 
						
							
								00f2b5ede7 
								
							 
						 
						
							
							
								
								advanced module type refactoring  
							
							... 
							
							
							
							added json type
.mjs default to javascript/esm type
adjusted parser plugins to react on module type 
							
						 
						
							2017-11-11 19:27:19 +01:00  
				
					
						
							
							
								 
						
							
								9cb10574a4 
								
							 
						 
						
							
							
								
								generate shorter export names when using many exports  
							
							
							
						 
						
							2017-11-11 11:01:54 +01:00  
				
					
						
							
							
								 
						
							
								d67e5b00f2 
								
							 
						 
						
							
							
								
								check of no removedModules  
							
							
							
						 
						
							2017-11-10 11:36:52 +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  
				
					
						
							
							
								 
						
							
								f7c2f8e470 
								
							 
						 
						
							
							
								
								Update code style to arrow functions  
							
							
							
						 
						
							2017-11-08 11:56:01 +01:00  
				
					
						
							
							
								 
						
							
								f83c913e53 
								
							 
						 
						
							
							
								
								Merge branch 'master' into refactor/cleanups  
							
							
							
						 
						
							2017-09-06 09:39:28 +02:00  
				
					
						
							
							
								 
						
							
								7a47bd8f79 
								
							 
						 
						
							
							
								
								add g flag to regexp  
							
							
							
						 
						
							2017-08-28 11:58:05 +02:00  
				
					
						
							
							
								 
						
							
								45a447eada 
								
							 
						 
						
							
							
								
								feat(template): cleanup template a bit, add a test for toPath  
							
							
							
						 
						
							2017-08-25 14:34:05 -06:00  
				
					
						
							
							
								 
						
							
								9ca96a5830 
								
							 
						 
						
							
							
								
								fix Template.getFunctionContent for windows line breaks  
							
							
							
						 
						
							2017-08-08 09:43:18 +02:00  
				
					
						
							
							
								 
						
							
								91bfd4559a 
								
							 
						 
						
							
							
								
								move pathinfo comment into Template helper function  
							
							... 
							
							
							
							change toIdentifier to generate less underscores 
							
						 
						
							2017-08-08 09:42:43 +02:00  
				
					
						
							
							
								 
						
							
								991b360c90 
								
							 
						 
						
							
							
								
								fix useless-escape linting issues  
							
							
							
						 
						
							2017-07-24 11:54:06 +02:00  
				
					
						
							
							
								 
						
							
								e1bac32c19 
								
							 
						 
						
							
							
								
								Use a Set to store modules in a chunk  
							
							
							
						 
						
							2017-05-16 11:50:50 +02:00  
				
					
						
							
							
								 
						
							
								22e7d254ee 
								
							 
						 
						
							
							
								
								Add webpackMode optios for import()  
							
							... 
							
							
							
							Allow lazy, lazy-once and eager mode for import()
Fix a bug which caused context chunks to be merged when using chunk name
Allow to work in env where there is no Promise.resolve 
							
						 
						
							2017-05-05 09:03:24 +02:00  
				
					
						
							
							
								 
						
							
								e66a039061 
								
							 
						 
						
							
							
								
								use const where applicable in Template  
							
							
							
						 
						
							2017-02-05 12:20:22 +11:00  
				
					
						
							
							
								 
						
							
								c6af4ab3fa 
								
							 
						 
						
							
							
								
								Convert Template and its subclasses to ES2015  
							
							... 
							
							
							
							Subclasses include `MainTemplate`, `ChunkTemplate` and
`HotUpdateChunkTemplate`. 
							
						 
						
							2017-01-13 12:34:21 +05:30  
				
					
						
							
							
								 
						
							
								d74491d3f1 
								
							 
						 
						
							
							
								
								simplify numberToIdentifer method  
							
							
							
						 
						
							2016-12-26 21:53:12 +11:00  
				
					
						
							
							
								 
						
							
								1675a5a5ca 
								
							 
						 
						
							
							
								
								new way to handle new ids, reuse old ids  
							
							... 
							
							
							
							adjusted HMR to handle id reusing 
							
						 
						
							2016-07-18 00:41:26 +02:00  
				
					
						
							
							
								 
						
							
								cf00a1a22d 
								
							 
						 
						
							
							
								
								rewrite cases where js beautify and eslint disagree on formatting  
							
							
							
						 
						
							2016-06-20 21:46:27 +02:00  
				
					
						
							
							
								 
						
							
								b1bdd6989f 
								
							 
						 
						
							
							
								
								Use eslint's indent rule  
							
							
							
						 
						
							2016-06-20 08:21:00 +02:00  
				
					
						
							
							
								 
						
							
								81ad5fd6a6 
								
							 
						 
						
							
							
								
								fix numberToIdentifer so it cant output duplicates  
							
							
							
						 
						
							2016-02-08 14:59:09 +00:00  
				
					
						
							
							
								 
						
							
								8cb0ee7b85 
								
							 
						 
						
							
							
								
								mangle harmony export names  
							
							
							
						 
						
							2016-02-03 23:40:41 +01:00  
				
					
						
							
							
								 
						
							
								ded70aef28 
								
							 
						 
						
							
							
								
								moves stuff from webpack-core to webpack-sources  
							
							
							
						 
						
							2015-12-29 17:44:55 +01:00  
				
					
						
							
							
								 
						
							
								c76c52720b 
								
							 
						 
						
							
							
								
								sort modules by id when emitting  
							
							
							
						 
						
							2015-11-29 20:13:04 +01:00  
				
					
						
							
							
								 
						
							
								8ff6cb5fed 
								
							 
						 
						
							
							
								
								Report constructor correctly when inheriting from Tapable  
							
							
							
						 
						
							2015-08-18 12:35:57 +01: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  
				
					
						
							
							
								 
						
							
								a04ffb9283 
								
							 
						 
						
							
							
								
								added (experimental) NamedModulesPlugin  
							
							
							
						 
						
							2015-06-27 22:47:51 +02:00  
				
					
						
							
							
								 
						
							
								cebd3b9722 
								
							 
						 
						
							
							
								
								added linting  
							
							
							
						 
						
							2015-04-23 23:55:50 +02:00  
				
					
						
							
							
								 
						
							
								f371945a29 
								
							 
						 
						
							
							
								
								Add TemplatedPathPlugin  
							
							
							
						 
						
							2014-09-11 15:31:08 +02:00  
				
					
						
							
							
								 
						
							
								bdae82a290 
								
							 
						 
						
							
							
								
								Replace ad-hoc identifier cleansing with helper function  
							
							... 
							
							
							
							Generalized identifier cleansing to replace invalid (and unicode)
characters with underscores to ensure a valid function name.
Applied function in other places functions were generated based on
libarary name. 
							
						 
						
							2014-08-04 08:25:33 -06:00  
				
					
						
							
							
								 
						
							
								d80cdcefac 
								
							 
						 
						
							
							
								
								Code Quality  
							
							
							
						 
						
							2014-06-24 18:53:32 +02:00  
				
					
						
							
							
								 
						
							
								3247725ba3 
								
							 
						 
						
							
							
								
								refactored MainTemplate to plugin interface  
							
							
							
						 
						
							2014-06-02 21:23:53 +02:00  
				
					
						
							
							
								 
						
							
								b6923ccf93 
								
							 
						 
						
							
							
								
								sourceMapsFilename support querystrings  
							
							... 
							
							
							
							fixes  #217  
						
							2014-04-03 19:46:53 +02:00  
				
					
						
							
							
								 
						
							
								7e8b2c6972 
								
							 
						 
						
							
							
								
								fixed empty commons chunk  
							
							
							
						 
						
							2013-12-19 11:46:45 +01:00  
				
					
						
							
							
								 
						
							
								81203a3a1c 
								
							 
						 
						
							
							
								
								added node.js HMR,  
							
							... 
							
							
							
							fixed  #137 : exports correct require properties on hotRequire too
added more test combinations 
						
							2013-12-17 00:56:43 +01:00  
				
					
						
							
							
								 
						
							
								4b9472b24d 
								
							 
						 
						
							
							
								
								save bytes  #135  
							
							
							
						 
						
							2013-12-13 12:58:10 +01:00  
				
					
						
							
							
								 
						
							
								6af5702c44 
								
							 
						 
						
							
							
								
								added [chunkhash] support,  fixes   #90  
							
							
							
						 
						
							2013-05-21 01:46:14 +02:00  
				
					
						
							
							
								 
						
							
								0de7c73ad8 
								
							 
						 
						
							
							
								
								SourceMap support  
							
							
							
						 
						
							2013-03-26 16:54:41 +01:00