fc47ea72be 
								
							 
						 
						
							
							
								
								fix: hash to fullhash  
							
							
							
						 
						
							2025-03-18 10:13:47 +05:30  
				
					
						
							
							
								 
						
							
								93743d233a 
								
							 
						 
						
							
							
								
								refactor: code  
							
							
							
						 
						
							2024-08-02 19:32:31 +03:00  
				
					
						
							
							
								 
						
							
								40151be78e 
								
							 
						 
						
							
							
								
								refactor: improve code  
							
							
							
						 
						
							2024-08-02 19:32:29 +03:00  
				
					
						
							
							
								 
						
							
								0b745968a2 
								
							 
						 
						
							
							
								
								style: improve style of code  
							
							
							
						 
						
							2024-08-02 19:32:14 +03:00  
				
					
						
							
							
								 
						
							
								c914fe202a 
								
							 
						 
						
							
							
								
								style: improve style of code  
							
							
							
						 
						
							2024-08-02 19:32:14 +03:00  
				
					
						
							
							
								 
						
							
								1485eb51b9 
								
							 
						 
						
							
							
								
								keep hmr update with output.clean=true based on timestamp  
							
							
							
						 
						
							2022-02-26 15:28:33 +03:00  
				
					
						
							
							
								 
						
							
								a0d72e6e8c 
								
							 
						 
						
							
							
								
								fix test case  
							
							
							
						 
						
							2020-11-28 18:27:44 +01:00  
				
					
						
							
							
								 
						
							
								c3e8c55956 
								
							 
						 
						
							
							
								
								run prettier  
							
							
							
						 
						
							2020-09-01 11:30:46 +02:00  
				
					
						
							
							
								 
						
							
								fa652bb8ec 
								
							 
						 
						
							
							
								
								Remove mkdirp package from devDependencies  
							
							... 
							
							
							
							webpack supports Node.js 10.13.0 as minimum Node.js version now.
Node.js 10.13.0 provides recursive option for fs.mkdirSync.
So, mkdirp package is not needed. 
							
						 
						
							2020-01-14 00:29:12 +09:00  
				
					
						
							
							
								 
						
							
								b73d35bbee 
								
							 
						 
						
							
							
								
								Merge tag 'v4.39.0' into next  
							
							... 
							
							
							
							4.39.0 
							
						 
						
							2019-08-05 13:12:09 +02:00  
				
					
						
							
							
								 
						
							
								d8754873f6 
								
							 
						 
						
							
							
								
								Apply suggestions from code review  
							
							... 
							
							
							
							Co-Authored-By: Tobias Koppers <tobias.koppers@googlemail.com> 
							
						 
						
							2019-07-23 10:37:07 -05:00  
				
					
						
							
							
								 
						
							
								362e5d37d6 
								
							 
						 
						
							
							
								
								Escape path variables in replaced values  
							
							
							
						 
						
							2019-07-22 17:33:39 -05:00  
				
					
						
							
							
								 
						
							
								e9c0d068dd 
								
							 
						 
						
							
							
								
								refactor filesystem interfaces  
							
							... 
							
							
							
							add Compiler.intermediateFileSystem
avoid using `path` and `fs` module when possible
move `join`, `mkdirp` and `dirname` into utils
join and dirname is optional in FileSystem interface
remove mkdirp from Filesystem interface 
							
						 
						
							2019-06-11 17:32:58 +02:00  
				
					
						
							
							
								 
						
							
								d34d69e62b 
								
							 
						 
						
							
							
								
								Merge tag 'v4.29.5' into next  
							
							... 
							
							
							
							4.29.5 
							
						 
						
							2019-02-19 08:58:46 +01:00  
				
					
						
							
							
								 
						
							
								8300425e1c 
								
							 
						 
						
							
							
								
								new version of emitting assets  
							
							... 
							
							
							
							It allows to free memory of Sources with the trade-off of disallowing reading asset content after emitting 
							
						 
						
							2019-01-18 21:56:53 +01:00  
				
					
						
							
							
								 
						
							
								9caaa664f7 
								
							 
						 
						
							
							
								
								Refactor webpack main  
							
							
							
						 
						
							2018-12-09 15:32:03 +01:00  
				
					
						
							
							
								 
						
							
								5687cf71d0 
								
							 
						 
						
							
							
								
								increase timeout for tests  
							
							
							
						 
						
							2018-11-30 14:24:16 +01:00  
				
					
						
							
							
								 
						
							
								11aafea92a 
								
							 
						 
						
							
							
								
								fix test case  
							
							
							
						 
						
							2018-11-30 11:55:23 +01:00  
				
					
						
							
							
								 
						
							
								a8a6736598 
								
							 
						 
						
							
							
								
								increased timeout  
							
							
							
						 
						
							2018-11-18 12:36:54 +01:00  
				
					
						
							
							
								 
						
							
								1027871ead 
								
							 
						 
						
							
							
								
								fix merge issue  
							
							
							
						 
						
							2018-11-03 13:04:13 +01:00  
				
					
						
							
							
								 
						
							
								d66cce2601 
								
							 
						 
						
							
							
								
								add test case by this change  
							
							
							
						 
						
							2018-10-30 15:49:48 +08:00  
				
					
						
							
							
								 
						
							
								753dcce188 
								
							 
						 
						
							
							
								
								fix order of occurrence order plugin  
							
							... 
							
							
							
							remove enforced additional occurrence order plugin from test cases
make test cases more independent of module/chunk order/ids 
							
						 
						
							2018-07-13 16:15:01 +02:00  
				
					
						
							
							
								 
						
							
								f5c0bafe8c 
								
							 
						 
						
							
							
								
								bump timeout on HotModuleReplacementPlugin.test.js  
							
							
							
						 
						
							2018-04-11 23:54:22 +02:00  
				
					
						
							
							
								 
						
							
								09ee9f4883 
								
							 
						 
						
							
							
								
								migration of new tests and changes after merge of master  
							
							
							
						 
						
							2018-04-11 20:31:28 +02:00  
				
					
						
							
							
								 
						
							
								36e8e30875 
								
							 
						 
						
							
							
								
								run prettier on existing code  
							
							
							
						 
						
							2018-02-25 11:46:17 +01:00  
				
					
						
							
							
								 
						
							
								e7a671fe65 
								
							 
						 
						
							
							
								
								fix a few more expects and make the test output paths more sturdy  
							
							
							
						 
						
							2018-02-25 01:20:45 +01:00  
				
					
						
							
							
								 
						
							
								cd419d0546 
								
							 
						 
						
							
							
								
								Migrate integration tests to Jest  
							
							
							
						 
						
							2018-01-24 17:29:57 +01:00  
				
					
						
							
							
								 
						
							
								5941ab0d0c 
								
							 
						 
						
							
							
								
								fix linting errors  
							
							
							
						 
						
							2017-11-15 14:08:11 +01:00  
				
					
						
							
							
								 
						
							
								5c3a6eaaa9 
								
							 
						 
						
							
							
								
								refactor(ES6): HotModuleReplacementPlugin.test.js  
							
							
							
						 
						
							2017-01-18 16:08:06 +05:30  
				
					
						
							
							
								 
						
							
								58b9a0428a 
								
							 
						 
						
							
							
								
								bigger timeout  
							
							
							
						 
						
							2016-01-30 11:20:45 +01: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  
				
					
						
							
							
								 
						
							
								c0afdf9c6a 
								
							 
						 
						
							
							
								
								beautify tests, lint hot and scripts  
							
							
							
						 
						
							2015-08-09 12:42:43 +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  
				
					
						
							
							
								 
						
							
								6d183d4044 
								
							 
						 
						
							
							
								
								fix more tests  
							
							
							
						 
						
							2015-03-05 22:58:03 +01:00  
				
					
						
							
							
								 
						
							
								452ef2a5fc 
								
							 
						 
						
							
							
								
								fixed test case  
							
							
							
						 
						
							2014-03-21 16:21:59 +01:00  
				
					
						
							
							
								 
						
							
								8229f59adf 
								
							 
						 
						
							
							
								
								allow initial chunks to have other ids than 0  
							
							
							
						 
						
							2014-02-11 13:27:41 +01:00  
				
					
						
							
							
								 
						
							
								3170b76b22 
								
							 
						 
						
							
							
								
								webpack 1.0 beta  
							
							... 
							
							
							
							moved many options to plugins
#113  
							
						 
						
							2013-12-17 23:21:49 +01:00  
				
					
						
							
							
								 
						
							
								6c1e98f759 
								
							 
						 
						
							
							
								
								Fixed Hash Cycle  
							
							
							
						 
						
							2013-07-08 08:12:48 +02:00  
				
					
						
							
							
								 
						
							
								80b667f57f 
								
							 
						 
						
							
							
								
								fix test  
							
							
							
						 
						
							2013-07-05 15:03:10 +02:00  
				
					
						
							
							
								 
						
							
								1726325ef2 
								
							 
						 
						
							
							
								
								really fixed the bug  
							
							
							
						 
						
							2013-07-05 14:56:16 +02:00