|  Tobias Koppers | 4f813e28a9 | remove customizability of __webpack_require__ function name | 2018-11-05 13:13:05 +01:00 | 
				
					
						|  Tobias Koppers | 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 | 
				
					
						|  Tobias Koppers | 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 | 
				
					
						|  Tobias Koppers | bad9d8a271 | move Module.id into ChunkGraph remove disconnect and unseal from Module | 2018-08-28 15:08:52 +02:00 | 
				
					
						|  Tobias Koppers | 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 | 
				
					
						|  Tobias Koppers | 3aa2280498 | move Module.hash and .renderedHash into ChunkGraph | 2018-08-22 19:24:54 +02:00 | 
				
					
						|  Tobias Koppers | 4135c6e683 | remove some unnecessary moduleGraph arguments and property accesses | 2018-08-22 12:45:14 +02:00 | 
				
					
						|  Tobias Koppers | 4dfe88edb0 | add moduleGraph argument to comparators | 2018-08-21 11:08:07 +02:00 | 
				
					
						|  Tobias Koppers | 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 | 
				
					
						|  Tobias Koppers | 3cf01999b5 | add ChunkGraph move chunk modules and module chunks into the ChunkGraph
remove outdated unit tests | 2018-08-14 15:32:13 +02:00 | 
				
					
						|  Tobias Koppers | d6cf42e4c2 | merge used with usedExports usedExports = false now means module is not used | 2018-08-06 21:05:11 +02:00 | 
				
					
						|  Tobias Koppers | c4e0a9f72e | Move Module.used and Module.usedExports into ModuleGraph | 2018-08-06 21:04:01 +02:00 | 
				
					
						|  Tobias Koppers | 381e2db200 | replace Module.reasons and Dependency.module with ModuleGraph | 2018-08-02 17:54:44 +02:00 | 
				
					
						|  Tobias Koppers | 11e127d162 | pass moduleGraph along with multiple methods | 2018-08-02 17:54:42 +02:00 | 
				
					
						|  Tobias Koppers | cf5f1d723c | format existing code | 2018-07-30 21:29:21 +02:00 | 
				
					
						|  Tobias Koppers | 1ad71e01f9 | add helpful error when importing wasm in initial chunk | 2018-07-02 16:18:49 +02:00 | 
				
					
						|  Tobias Koppers | ad8f496745 | arrow functions, remove or improve eslint-disable comments | 2018-06-27 13:48:13 +02:00 | 
				
					
						|  Tobias Koppers | 8e3be48da4 | allow to disable wasm import mangle disable it by default (temporary) | 2018-06-05 23:49:02 +02:00 | 
				
					
						|  Florent Cailhol | 2a9452e51b | Add brackets for multiline if/for statements | 2018-05-29 15:45:44 +02:00 | 
				
					
						|  Tobias Koppers | 909a2ac8d0 | fix small bug in wasm runtime | 2018-05-28 23:35:29 +02:00 | 
				
					
						|  Tobias Koppers | cd7980e2a8 | add comment about the microtask delay | 2018-05-12 10:25:17 +02:00 | 
				
					
						|  Tobias Koppers | 22ec60434d | lint and type | 2018-05-11 21:02:37 +02:00 | 
				
					
						|  Tobias Koppers | 42c0214254 | move common code into separate module | 2018-05-11 21:02:36 +02:00 | 
				
					
						|  Tobias Koppers | ee0b5afc44 | generate shorter runtime code for the imports map | 2018-05-11 20:59:20 +02:00 | 
				
					
						|  Tobias Koppers | fb29d633db | Mangle import names and module requests | 2018-05-11 20:57:19 +02:00 | 
				
					
						|  Tobias Koppers | f903cd3ef9 | mangle exports of wasm modules mangle webpack init function
store WebAssembly.Instance.exports directly
connect wasm modules directly when already cached | 2018-05-11 20:57:18 +02:00 | 
				
					
						|  Tobias Koppers | e90b766beb | fix type issue | 2018-05-07 11:19:13 +02:00 | 
				
					
						|  Sven SAULEAU | 1bc7657eab | fix: handle empty modules in dependecies | 2018-05-04 18:52:07 +02:00 | 
				
					
						|  Tobias Koppers | 4702ee9016 | Use compile/compileStreaming when importObject is a Promise | 2018-04-30 08:35:06 +02:00 | 
				
					
						|  Tobias Koppers | 87a798c992 | update for changed API | 2018-04-28 11:38:34 +02:00 | 
				
					
						|  Tobias Koppers | cd6eec18e3 | delay import object creating until all promises has been initialized | 2018-04-28 11:29:46 +02:00 | 
				
					
						|  Tobias Koppers | 054ba39898 | make wasm to wasm Table and Memory exports possible | 2018-04-28 11:09:13 +02:00 | 
				
					
						|  Tobias Koppers | 502bfe4181 | improve hashing for wasm | 2018-04-28 10:02:12 +02:00 | 
				
					
						|  Tobias Koppers | b72e363f03 | formatting for output code, nitpicks | 2018-04-28 09:57:21 +02:00 | 
				
					
						|  Tobias Koppers | 9156be961d | rename and move BaseWasmMainTemplatePlugin align usage with other plugins | 2018-04-27 19:02:02 +02:00 |