e93f5bedb4 
								
							 
						 
						
							
							
								
								avoid sourceMappingURL in the source code  
							
							
							
						 
						
							2019-10-18 15:10:03 +02:00  
				
					
						
							
							
								 
						
							
								7bde43f47a 
								
							 
						 
						
							
							
								
								Merge tag 'v4.40.0' into next  
							
							... 
							
							
							
							4.40.0 
							
						 
						
							2019-09-13 11:12:26 +02:00  
				
					
						
							
							
								 
						
							
								758269e814 
								
							 
						 
						
							
							
								
								add emit/updateAsset to Compilation  
							
							... 
							
							
							
							add asset info with
* immutable for long term cache-able asset
* size for the asset size in bytes
* development for devtools
* hotModuleReplacement for HMR assets
show asset info in stats 
							
						 
						
							2019-09-11 14:43:42 +02:00  
				
					
						
							
							
								 
						
							
								5e07802e21 
								
							 
						 
						
							
							
								
								SourceMapDevTool applies to all assets and adds auxiliary files to chunks  
							
							
							
						 
						
							2019-09-09 12:18:06 +02:00  
				
					
						
							
							
								 
						
							
								6a99b5316d 
								
							 
						 
						
							
							
								
								refactor: migrate on `schema-utils`  
							
							
							
						 
						
							2019-08-07 18:10:40 +03:00  
				
					
						
							
							
								 
						
							
								d244ca9458 
								
							 
						 
						
							
							
								
								avoid too frequent progress display  
							
							... 
							
							
							
							#9460  
						
							2019-07-24 22:41:14 +02:00  
				
					
						
							
							
								 
						
							
								fde3f6298d 
								
							 
						 
						
							
							
								
								fix low hanging performance problems with ProgressPlugin  
							
							... 
							
							
							
							#9460  
						
							2019-07-24 22:39:44 +02:00  
				
					
						
							
							
								 
						
							
								1d72a05fed 
								
							 
						 
						
							
							
								
								Merge tag 'v4.36.0' into next  
							
							... 
							
							
							
							4.36.0 
							
						 
						
							2019-07-17 16:02:33 +02:00  
				
					
						
							
							
								 
						
							
								cf20194d00 
								
							 
						 
						
							
							
								
								Merge pull request  #9166  from shawtung/feature/source-map-dev-tool-plugin_file-placeholder  
							
							... 
							
							
							
							Add [file] placeholder for sourceMappingURL in SourceMapDevToolPlugin 
							
						 
						
							2019-07-10 14:37:34 +02:00  
				
					
						
							
							
								 
						
							
								87164a6956 
								
							 
						 
						
							
							
								
								#9331  resolve discussion  
							
							
							
						 
						
							2019-07-08 23:31:11 +03:00  
				
					
						
							
							
								 
						
							
								1f22f358fa 
								
							 
						 
						
							
							
								
								Add [file] placeholder for sourceMappingURL  
							
							
							
						 
						
							2019-07-04 11:38:40 +08:00  
				
					
						
							
							
								 
						
							
								fc6852f47d 
								
							 
						 
						
							
							
								
								esdoc(SourceMapDevToolPlugin): add some esdoc definitions  
							
							
							
						 
						
							2019-06-26 19:42:33 +03:00  
				
					
						
							
							
								 
						
							
								0505e177f1 
								
							 
						 
						
							
							
								
								add more types and fix/remove TODOs  
							
							... 
							
							
							
							change Chunk.files to Set
remove checkContext from IgnorePlugin
remove external flag from ExternalModule 
							
						 
						
							2019-06-14 10:45:56 +02: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  
				
					
						
							
							
								 
						
							
								15997e2324 
								
							 
						 
						
							
							
								
								Remove context usage in ProgressPlugin  
							
							
							
						 
						
							2018-11-27 08:58:43 +01:00  
				
					
						
							
							
								 
						
							
								56c49bdc9d 
								
							 
						 
						
							
							
								
								refactor(TemplatedPathPlugin): split placeholder context (`chunk|module`)  
							
							
							
						 
						
							2018-11-01 20:23:09 +01:00  
				
					
						
							
							
								 
						
							
								17044bf9c6 
								
							 
						 
						
							
							
								
								Merge tag 'v4.20.0' into next  
							
							... 
							
							
							
							4.20.0 
							
						 
						
							2018-09-25 16:20:42 +02:00  
				
					
						
							
							
								 
						
							
								1f6b92de3e 
								
							 
						 
						
							
							
								
								use declarations from schemas in plugins  
							
							
							
						 
						
							2018-09-21 11:04:28 +02:00  
				
					
						
							
							
								 
						
							
								19d60ba0cd 
								
							 
						 
						
							
							
								
								Merge tag 'v4.19.1' into next  
							
							... 
							
							
							
							4.19.1 
							
						 
						
							2018-09-18 10:13:54 +02:00  
				
					
						
							
							
								 
						
							
								02b15a1b46 
								
							 
						 
						
							
							
								
								pass chunkGraph to updateHash instead of moduleGraph  
							
							... 
							
							
							
							pass chunkGraph to compareModulesById instead of moduleGraph
pass chunkGraph to methods of RuntimeTemplate
use comparators from module at some places 
							
						 
						
							2018-08-28 12:06:53 +02:00  
				
					
						
							
							
								 
						
							
								12762ff37f 
								
							 
						 
						
							
							
								
								Add sourcemap support for .mjs output files  
							
							
							
						 
						
							2018-08-23 11:10:46 -07:00  
				
					
						
							
							
								 
						
							
								3aa2280498 
								
							 
						 
						
							
							
								
								move Module.hash and .renderedHash into ChunkGraph  
							
							
							
						 
						
							2018-08-22 19:24:54 +02:00  
				
					
						
							
							
								 
						
							
								cf5f1d723c 
								
							 
						 
						
							
							
								
								format existing code  
							
							
							
						 
						
							2018-07-30 21:29:21 +02:00  
				
					
						
							
							
								 
						
							
								26d33424bb 
								
							 
						 
						
							
							
								
								Replace basename helper by node's one  
							
							
							
						 
						
							2018-07-06 11:20:01 +02:00  
				
					
						
							
							
								 
						
							
								112af1e7ec 
								
							 
						 
						
							
							
								
								Remove unneeded arguments checks  
							
							
							
						 
						
							2018-07-06 11:19:30 +02:00  
				
					
						
							
							
								 
						
							
								4f4a2bae33 
								
							 
						 
						
							
							
								
								Merge pull request  #7434  from webpack/bump_prettier  
							
							... 
							
							
							
							Update prettier to v1.13 
							
						 
						
							2018-05-29 20:35:51 +02:00  
				
					
						
							
							
								 
						
							
								faf04e005c 
								
							 
						 
						
							
							
								
								Update prettier to v1.13  
							
							
							
						 
						
							2018-05-29 16:14:16 +02:00  
				
					
						
							
							
								 
						
							
								2a9452e51b 
								
							 
						 
						
							
							
								
								Add brackets for multiline if/for statements  
							
							
							
						 
						
							2018-05-29 15:45:44 +02:00  
				
					
						
							
							
								 
						
							
								bfc74252fd 
								
							 
						 
						
							
							
								
								Use WeakMaps instead of mutating assets  
							
							
							
						 
						
							2018-05-21 08:09:56 +02:00  
				
					
						
							
							
								 
						
							
								296542ed79 
								
							 
						 
						
							
							
								
								add [contenthash] support  
							
							
							
						 
						
							2018-03-24 12:08:36 +01: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  
				
					
						
							
							
								 
						
							
								40ee8c76d2 
								
							 
						 
						
							
							
								
								Use MD4 for hashing  
							
							
							
						 
						
							2018-02-22 11:27:11 +01:00  
				
					
						
							
							
								 
						
							
								28288c82bd 
								
							 
						 
						
							
							
								
								Remove unnecessary conditions  
							
							
							
						 
						
							2018-02-01 19:36:55 +01:00  
				
					
						
							
							
								 
						
							
								83f772a611 
								
							 
						 
						
							
							
								
								Remove footer from source maps and eval  
							
							
							
						 
						
							2018-01-30 22:46:23 +01:00  
				
					
						
							
							
								 
						
							
								7a1b357aad 
								
							 
						 
						
							
							
								
								Merge branch 'next' into for_of_loops  
							
							
							
						 
						
							2018-01-24 09:01:31 +01:00  
				
					
						
							
							
								 
						
							
								d4811b0d37 
								
							 
						 
						
							
							
								
								Use for-of loops instead of forEach  
							
							
							
						 
						
							2018-01-23 22:53:18 +01:00  
				
					
						
							
							
								 
						
							
								7f303e5260 
								
							 
						 
						
							
							
								
								Use Buffer.from instead of new Buffer  
							
							
							
						 
						
							2018-01-22 17:23:34 +01:00  
				
					
						
							
							
								 
						
							
								2aab060f26 
								
							 
						 
						
							
							
								
								Refactor: indexOf >< checks to includes  
							
							
							
						 
						
							2018-01-11 18:58:39 +02:00  
				
					
						
							
							
								 
						
							
								6d893ad9c2 
								
							 
						 
						
							
							
								
								Feature: SourceMapDevToolPlugin progress: make the linter happy again  
							
							
							
						 
						
							2018-01-04 18:27:55 +02:00  
				
					
						
							
							
								 
						
							
								55ad52fd9a 
								
							 
						 
						
							
							
								
								report progress for both steps  
							
							
							
						 
						
							2018-01-04 15:42:31 +01:00  
				
					
						
							
							
								 
						
							
								91f961b8fa 
								
							 
						 
						
							
							
								
								Feature: SourceMapDevToolPlugin progress: PR changes  
							
							
							
						 
						
							2018-01-03 16:56:40 +02:00  
				
					
						
							
							
								 
						
							
								fdd6b4ebee 
								
							 
						 
						
							
							
								
								Feature: SourceMapDevToolPlugin progress: PR changes  
							
							
							
						 
						
							2018-01-03 16:55:38 +02:00  
				
					
						
							
							
								 
						
							
								fe83f52b0a 
								
							 
						 
						
							
							
								
								Feature: SourceMapDevToolPlugin progress: wip  
							
							
							
						 
						
							2018-01-03 12:50:37 +02:00  
				
					
						
							
							
								 
						
							
								7621c46464 
								
							 
						 
						
							
							
								
								Feature: SourceMapDevToolPlugin progress: wip  
							
							... 
							
							
							
							Feature: SourceMapDevToolPlugin progress: wip 
							
						 
						
							2018-01-03 11:40:57 +02:00  
				
					
						
							
							
								 
						
							
								36c690d37f 
								
							 
						 
						
							
							
								
								Use tapable instead of 'plugin'  
							
							
							
						 
						
							2017-12-08 14:23:31 +01:00  
				
					
						
							
							
								 
						
							
								bfa4b49858 
								
							 
						 
						
							
							
								
								Merge branch 'master' into next  
							
							
							
						 
						
							2017-12-04 14:36:07 +01:00  
				
					
						
							
							
								 
						
							
								7d87f34269 
								
							 
						 
						
							
							
								
								Only create one RequestShortener per Compiler  
							
							... 
							
							
							
							move Compiler.context assignment into Compiler 
							
						 
						
							2017-12-04 12:23:42 +01:00  
				
					
						
							
							
								 
						
							
								dae9de6595 
								
							 
						 
						
							
							
								
								Merge branch 'next' into feature/validate-plugin-options  
							
							... 
							
							
							
							# Conflicts:
#	lib/SourceMapDevToolPlugin.js
#	lib/optimize/AggressiveSplittingPlugin.js
#	yarn.lock 
							
						 
						
							2017-11-28 09:59:59 +01:00  
				
					
						
							
							
								 
						
							
								471e1a28f4 
								
							 
						 
						
							
							
								
								make url only relative when no publicPath has been provided  
							
							
							
						 
						
							2017-11-27 07:53:38 +01:00