d40f7b2642 
								
							 
						 
						
							
							
								
								cache contextify and pass associatedObjectForCache to all calls  
							
							
							
						 
						
							2019-01-19 12:40:00 +01:00  
				
					
						
							
							
								 
						
							
								f05af4a4a7 
								
							 
						 
						
							
							
								
								Use serialization API instead of ObjectMiddleware  
							
							
							
						 
						
							2018-12-28 13:54:10 +01:00  
				
					
						
							
							
								 
						
							
								1374757006 
								
							 
						 
						
							
							
								
								remove ModuleReason  
							
							... 
							
							
							
							remove HotUpdateChunkTemplate
move compareLocations into comparators
re-enable NodeSourcePlugin for `.mjs` 
							
						 
						
							2018-12-20 16:38:26 +01:00  
				
					
						
							
							
								 
						
							
								5563ee9e58 
								
							 
						 
						
							
							
								
								use makePathsRelative instead of contextify  
							
							... 
							
							
							
							unify contextify and makePathsRelative
separate NormalModuleFactory ignored, ContextModule and ConcatenatedModule identifier with "|" 
							
						 
						
							2018-12-07 18:12:04 +01:00  
				
					
						
							
							
								 
						
							
								cc34ea42b0 
								
							 
						 
						
							
							
								
								add type argument to Module.size  
							
							... 
							
							
							
							add getSize to Generator 
							
						 
						
							2018-12-05 20:18:59 +01:00  
				
					
						
							
							
								 
						
							
								bf1fc171ba 
								
							 
						 
						
							
							
								
								runtime requirement for RuntimeGlobals.moduleFactories  
							
							
							
						 
						
							2018-11-29 16:08:52 +01:00  
				
					
						
							
							
								 
						
							
								7c37a6a972 
								
							 
						 
						
							
							
								
								handle runtime requirements  
							
							
							
						 
						
							2018-11-29 16:07:17 +01:00  
				
					
						
							
							
								 
						
							
								c1e89c0543 
								
							 
						 
						
							
							
								
								Runtime requirement support in NormalModule, Generators and DependencyTemplate  
							
							
							
						 
						
							2018-11-29 16:06:12 +01:00  
				
					
						
							
							
								 
						
							
								0232674f9c 
								
							 
						 
						
							
							
								
								Initial runtime module work  
							
							
							
						 
						
							2018-11-29 16:03:32 +01:00  
				
					
						
							
							
								 
						
							
								be8c6bbe71 
								
							 
						 
						
							
							
								
								Add types on module files  
							
							
							
						 
						
							2018-11-07 14:03:25 +01:00  
				
					
						
							
							
								 
						
							
								eb28697419 
								
							 
						 
						
							
							
								
								move magic property names on __webpack_require__ into RuntimeGlobals file  
							
							
							
						 
						
							2018-11-05 15:28:34 +01:00  
				
					
						
							
							
								 
						
							
								83866b0dac 
								
							 
						 
						
							
							
								
								use stable sorting for sorting dependencies  
							
							
							
						 
						
							2018-10-23 11:32:32 +02:00  
				
					
						
							
							
								 
						
							
								4b69df1117 
								
							 
						 
						
							
							
								
								allow to make classes not-serializable  
							
							... 
							
							
							
							make ContextModule not-serializable because it's not needed 
							
						 
						
							2018-10-18 15:52:22 +02:00  
				
					
						
							
							
								 
						
							
								f23ce49040 
								
							 
						 
						
							
							
								
								remove module argument from AsyncDepBlock  
							
							... 
							
							
							
							reorder/remove arguments of ImportDepBlock, AMDRequireDepBlock, RequireEnsureDepBlock 
							
						 
						
							2018-10-17 23:07:01 +02:00  
				
					
						
							
							
								 
						
							
								7340fbb547 
								
							 
						 
						
							
							
								
								refactor Cache  
							
							... 
							
							
							
							add a new hookable Cache class
removed CachePlugin
add MemoryCachePlugin
refactor timestamps
create FileSystemInfo class 
							
						 
						
							2018-09-27 13:20:19 +02:00  
				
					
						
							
							
								 
						
							
								4eab41bd5f 
								
							 
						 
						
							
							
								
								refactor Module.needBuild to be async  
							
							
							
						 
						
							2018-09-27 11:20:54 +02:00  
				
					
						
							
							
								 
						
							
								554b417546 
								
							 
						 
						
							
							
								
								Modules are responsible for sorting of dependencies  
							
							
							
						 
						
							2018-09-27 11:20:42 +02:00  
				
					
						
							
							
								 
						
							
								5b4cbb5ee0 
								
							 
						 
						
							
							
								
								add queues to Compilation  
							
							... 
							
							
							
							remove Semaphore and use AsyncQueue instead
deprecate Module.needRebuild, add Module.needBuild
remove Module.unbuild
add Module.invalidateBuild 
							
						 
						
							2018-09-12 13:17:03 +02:00  
				
					
						
							
							
								 
						
							
								bad9d8a271 
								
							 
						 
						
							
							
								
								move Module.id into ChunkGraph  
							
							... 
							
							
							
							remove disconnect and unseal from Module 
							
						 
						
							2018-08-28 15:08:52 +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  
				
					
						
							
							
								 
						
							
								670502fc81 
								
							 
						 
						
							
							
								
								Move AsyncDependenciesBlock.chunkGroup into ChunkGraph  
							
							
							
						 
						
							2018-08-22 20:17:49 +02:00  
				
					
						
							
							
								 
						
							
								eb63cf80d6 
								
							 
						 
						
							
							
								
								move built flag into Compilation  
							
							
							
						 
						
							2018-08-22 15:33:16 +02:00  
				
					
						
							
							
								 
						
							
								381e2db200 
								
							 
						 
						
							
							
								
								replace Module.reasons and Dependency.module with ModuleGraph  
							
							
							
						 
						
							2018-08-02 17:54:44 +02:00  
				
					
						
							
							
								 
						
							
								11e127d162 
								
							 
						 
						
							
							
								
								pass moduleGraph along with multiple methods  
							
							
							
						 
						
							2018-08-02 17:54:42 +02:00  
				
					
						
							
							
								 
						
							
								ec1329a7d4 
								
							 
						 
						
							
							
								
								make libIdent required  
							
							... 
							
							
							
							add types 
							
						 
						
							2018-08-02 16:29:20 +02:00  
				
					
						
							
							
								 
						
							
								4ce109f8c1 
								
							 
						 
						
							
							
								
								change arguments of Generator.generate and Module.source into a object to be easier extensible  
							
							... 
							
							
							
							add JavascriptModulesPlugin.getHooks().shouldRender to decide if a module should be rendered 
							
						 
						
							2018-08-02 16:07:29 +02:00  
				
					
						
							
							
								 
						
							
								cf5f1d723c 
								
							 
						 
						
							
							
								
								format existing code  
							
							
							
						 
						
							2018-07-30 21:29:21 +02:00  
				
					
						
							
							
								 
						
							
								22c4756c9e 
								
							 
						 
						
							
							
								
								add more types to Module  
							
							
							
						 
						
							2018-07-25 12:38:34 +02:00  
				
					
						
							
							
								 
						
							
								bc10939096 
								
							 
						 
						
							
							
								
								add types for Module and subclasses  
							
							... 
							
							
							
							better way to handle "optional" methods 
							
						 
						
							2018-07-25 12:12:17 +02:00  
				
					
						
							
							
								 
						
							
								66d3f319a6 
								
							 
						 
						
							
							
								
								Merge tag 'v4.16.2' into next  
							
							... 
							
							
							
							4.16.2 
							
						 
						
							2018-07-23 12:19:16 +02:00  
				
					
						
							
							
								 
						
							
								2b14ddc984 
								
							 
						 
						
							
							
								
								Merge tag 'v4.16.0' into next  
							
							... 
							
							
							
							4.16.0 
							
						 
						
							2018-07-11 11:13:47 +02:00  
				
					
						
							
							
								 
						
							
								569c415623 
								
							 
						 
						
							
							
								
								Merge branch 'master' into enable-noImplicitThis  
							
							
							
						 
						
							2018-07-11 08:43:26 +02:00  
				
					
						
							
							
								 
						
							
								79846d138f 
								
							 
						 
						
							
							
								
								make loc in context dependencies a correct object  
							
							
							
						 
						
							2018-07-10 10:25:13 +02:00  
				
					
						
							
							
								 
						
							
								a0e1ad920e 
								
							 
						 
						
							
							
								
								Enable noImplicitThis TypeScript compiler option  
							
							
							
						 
						
							2018-07-05 08:07:46 +03:00  
				
					
						
							
							
								 
						
							
								0a06f19fd8 
								
							 
						 
						
							
							
								
								Merge tag 'v4.15.0' into next  
							
							... 
							
							
							
							4.15.0 
							
						 
						
							2018-07-04 22:19:50 +02:00  
				
					
						
							
							
								 
						
							
								fb2c24bf76 
								
							 
						 
						
							
							
								
								add `splitChunks.maxSize` option  
							
							... 
							
							
							
							add `splitChunks.fallbackCacheGroup`
add `splitChunks.hidePathInfo`
move `contextify` into utils
add some types 
							
						 
						
							2018-07-04 10:45:02 +02:00  
				
					
						
							
							
								 
						
							
								91663f19a2 
								
							 
						 
						
							
							
								
								Remove deprecated APIs  
							
							
							
						 
						
							2018-06-27 10:08:12 +02:00  
				
					
						
							
							
								 
						
							
								b4699c0657 
								
							 
						 
						
							
							
								
								add order for DependencyReference  
							
							... 
							
							
							
							and add types for touched code 
							
						 
						
							2018-06-08 13:20:57 +02:00  
				
					
						
							
							
								 
						
							
								2a9452e51b 
								
							 
						 
						
							
							
								
								Add brackets for multiline if/for statements  
							
							
							
						 
						
							2018-05-29 15:45:44 +02:00  
				
					
						
							
							
								 
						
							
								770847171d 
								
							 
						 
						
							
							
								
								Merge branch 'master' into bugfix/namespace-object  
							
							... 
							
							
							
							# Conflicts:
#	lib/RuntimeTemplate.js 
							
						 
						
							2018-05-28 22:42:21 +02:00  
				
					
						
							
							
								 
						
							
								17fd4d8b48 
								
							 
						 
						
							
							
								
								Align 'Cannot find module' message with native NodeJS  
							
							
							
						 
						
							2018-05-15 09:24:16 +03:00  
				
					
						
							
							
								 
						
							
								a926a19715 
								
							 
						 
						
							
							
								
								create better namespace objects  
							
							... 
							
							
							
							avoid using Object.assign (fixes  #7162 ) 
							
						 
						
							2018-05-03 12:55:00 +02:00  
				
					
						
							
							
								 
						
							
								9cb1a66317 
								
							 
						 
						
							
							
								
								add support for link preload/prefetch  
							
							... 
							
							
							
							`import(/* webpackPrefetchPriority: 10 */ "...")`
`import(/* webpackPreloadPriority: 10 */ "...")` 
							
						 
						
							2018-04-16 11:29:25 +02:00  
				
					
						
							
							
								 
						
							
								8d8da4cdff 
								
							 
						 
						
							
							
								
								Merge branch 'master' into bump_prettier  
							
							
							
						 
						
							2018-03-29 11:48:02 +02:00  
				
					
						
							
							
								 
						
							
								f600ccd264 
								
							 
						 
						
							
							
								
								Merge pull request  #6827  from Connormiha/optimize-sort-by-identifier  
							
							... 
							
							
							
							Save identifier module after first getting 
							
						 
						
							2018-03-29 11:00:54 +02:00  
				
					
						
							
							
								 
						
							
								93a5bf567f 
								
							 
						 
						
							
							
								
								fixes for mini-css-extract-plugin  
							
							
							
						 
						
							2018-03-28 16:19:15 +02:00  
				
					
						
							
							
								 
						
							
								f1092ad516 
								
							 
						 
						
							
							
								
								Update prettier toolchain  
							
							
							
						 
						
							2018-03-26 16:56:10 +02:00  
				
					
						
							
							
								 
						
							
								9012ab9ace 
								
							 
						 
						
							
							
								
								remove duplicate assignment  
							
							
							
						 
						
							2018-03-26 15:46:05 +02:00  
				
					
						
							
							
								 
						
							
								ee22d498fe 
								
							 
						 
						
							
							
								
								Compute identifier in context module in constructor  
							
							
							
						 
						
							2018-03-24 19:02:30 +01:00  
				
					
						
							
							
								 
						
							
								8c11da5219 
								
							 
						 
						
							
							
								
								Save identifier module after first getting  
							
							
							
						 
						
							2018-03-23 00:53:26 +03:00  
				
					
						
							
							
								 
						
							
								3983803d30 
								
							 
						 
						
							
							
								
								Destructure 'require' to improve readability  
							
							
							
						 
						
							2018-03-22 12:05:58 +01:00  
				
					
						
							
							
								 
						
							
								6a5d081f29 
								
							 
						 
						
							
							
								
								Merge pull request  #6591  from jsoref/spelling  
							
							... 
							
							
							
							Spelling 
							
						 
						
							2018-02-27 12:50:34 +01:00  
				
					
						
							
							
								 
						
							
								8bf15740bb 
								
							 
						 
						
							
							
								
								CJS fake namespace object contains exports now  
							
							... 
							
							
							
							#6576  
						
							2018-02-26 19:11:53 +01:00  
				
					
						
							
							
								 
						
							
								581069bb56 
								
							 
						 
						
							
							
								
								spelling: uncaught  
							
							
							
						 
						
							2018-02-26 02:50:05 +00:00  
				
					
						
							
							
								 
						
							
								5238159d21 
								
							 
						 
						
							
							
								
								run prettier on existing code  
							
							
							
						 
						
							2018-02-25 02:00:20 +01:00  
				
					
						
							
							
								 
						
							
								63b4523a15 
								
							 
						 
						
							
							
								
								Pass 'context' as constructor argument  
							
							
							
						 
						
							2018-01-30 21:40:44 +01:00  
				
					
						
							
							
								 
						
							
								d6816afddf 
								
							 
						 
						
							
							
								
								Merge pull request  #6355  from webpack/for_of_loops  
							
							... 
							
							
							
							Use for-of loops instead of forEach 
							
						 
						
							2018-01-24 10:35:58 +01:00  
				
					
						
							
							
								 
						
							
								9c8098c635 
								
							 
						 
						
							
							
								
								Merge pull request  #6370  from webpack/remove_v3_deprecated  
							
							... 
							
							
							
							Remove v3 deprecated APIs 
							
						 
						
							2018-01-24 09:43:10 +01:00  
				
					
						
							
							
								 
						
							
								7a1b357aad 
								
							 
						 
						
							
							
								
								Merge branch 'next' into for_of_loops  
							
							
							
						 
						
							2018-01-24 09:01:31 +01:00  
				
					
						
							
							
								 
						
							
								7b8fa112e0 
								
							 
						 
						
							
							
								
								Remove v3 deprecated APIs  
							
							
							
						 
						
							2018-01-23 23:25:01 +01:00  
				
					
						
							
							
								 
						
							
								d4811b0d37 
								
							 
						 
						
							
							
								
								Use for-of loops instead of forEach  
							
							
							
						 
						
							2018-01-23 22:53:18 +01:00  
				
					
						
							
							
								 
						
							
								1f29fa9b51 
								
							 
						 
						
							
							
								
								perf: refactor various timestamp caches into ES6 Maps  
							
							... 
							
							
							
							This change satisfies https://github.com/webpack/webpack/issues/6234 
which desires to change the timestamp caches from plain objects to
the ES6 Map type to avoid deopts, since v8 expects things to be
added to Maps but objects are only fast if properties aren't added
dynamically after initial assignment. 
							
						 
						
							2018-01-23 02:30:22 -05: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  
				
					
						
							
							
								 
						
							
								3a89252c62 
								
							 
						 
						
							
							
								
								Avoid extra semicolons in bundled files. Don't recreate the function on an each iteration.  
							
							
							
						 
						
							2018-01-06 05:18:40 +03:00  
				
					
						
							
							
								 
						
							
								ed811a5aa8 
								
							 
						 
						
							
							
								
								remove repeated code  
							
							
							
						 
						
							2017-12-22 19:42:44 +01:00  
				
					
						
							
							
								 
						
							
								53a1d6c7b5 
								
							 
						 
						
							
							
								
								replace harmonyModule flag with exportsType 3-state  
							
							... 
							
							
							
							exportsType falsy: It's non-harmony module
exportsType "namespace": It's a harmony module, the exports is the namespace object
exportsType "default": It's a harmony module, the exports is the default exports, named exports are properties of the default export 
							
						 
						
							2017-12-22 19:42:41 +01:00  
				
					
						
							
							
								 
						
							
								2aac6badd5 
								
							 
						 
						
							
							
								
								move generated runtime code to RuntimeTemplate  
							
							
							
						 
						
							2017-12-22 19:41:28 +01:00  
				
					
						
							
							
								 
						
							
								e829a5ed71 
								
							 
						 
						
							
							
								
								Reset dependencies in unbuild  
							
							... 
							
							
							
							Elsewise they are cleared in disconnect and module removing doesn't work correctly 
							
						 
						
							2017-12-12 17:01:14 +01:00  
				
					
						
							
							
								 
						
							
								ffb977fed4 
								
							 
						 
						
							
							
								
								refactor meta -> buildMeta, add factoryMeta  
							
							... 
							
							
							
							add compat layer to Module.meta 
							
						 
						
							2017-12-12 16:57:50 +01:00  
				
					
						
							
							
								 
						
							
								758a388f69 
								
							 
						 
						
							
							
								
								pass runtimeTemplate to DependencyTemplate  
							
							... 
							
							
							
							move outputOptions and requestShortener into runtimeTemplate 
							
						 
						
							2017-12-11 17:59:32 +01:00  
				
					
						
							
							
								 
						
							
								515a07adbf 
								
							 
						 
						
							
							
								
								fix non-harmony import() handling for `null`  
							
							
							
						 
						
							2017-12-04 15:49:34 +01:00  
				
					
						
							
							
								 
						
							
								3803c8ad4e 
								
							 
						 
						
							
							
								
								handle non-esm correctly in import()  
							
							... 
							
							
							
							return namespace object in normal import() and context import()
add namespaceObject flag to ContextModule options
change tests for updated behavior 
							
						 
						
							2017-12-04 12:58:32 +01:00  
				
					
						
							
							
								 
						
							
								b608ee7f7b 
								
							 
						 
						
							
							
								
								add resourceQuery to ContextModule identifier  
							
							
							
						 
						
							2017-12-04 12:04:35 +01:00  
				
					
						
							
							
								 
						
							
								5e39ec46ee 
								
							 
						 
						
							
							
								
								Allow to override resolve configuration  
							
							
							
						 
						
							2017-11-18 08:12:35 +01:00  
				
					
						
							
							
								 
						
							
								33c7970c0d 
								
							 
						 
						
							
							
								
								Merge pull request  #5732  from anuraaga/context-query  
							
							... 
							
							
							
							Support resourceQuery in context dependencies. 
							
						 
						
							2017-11-16 14:16:19 +01:00  
				
					
						
							
							
								 
						
							
								ce266cb6f6 
								
							 
						 
						
							
							
								
								Support resourceQuery in context dependencies.  
							
							
							
						 
						
							2017-11-16 15:20:50 +09:00  
				
					
						
							
							
								 
						
							
								41a1d602e1 
								
							 
						 
						
							
							
								
								added WebAssembly Proof of Concept  
							
							
							
						 
						
							2017-11-10 09:17:11 +01:00  
				
					
						
							
							
								 
						
							
								860da9baaa 
								
							 
						 
						
							
							
								
								Merge branch 'next' into refactor/sets  
							
							
							
						 
						
							2017-11-08 21:28:51 +01:00  
				
					
						
							
							
								 
						
							
								f7c2f8e470 
								
							 
						 
						
							
							
								
								Update code style to arrow functions  
							
							
							
						 
						
							2017-11-08 11:56:01 +01:00  
				
					
						
							
							
								 
						
							
								447d85ad79 
								
							 
						 
						
							
							
								
								Merge branch 'next' into refactor/sets  
							
							... 
							
							
							
							# Conflicts:
#	lib/ContextModule.js
#	lib/NormalModule.js
#	lib/optimize/ConcatenatedModule.js 
							
						 
						
							2017-11-08 06:01:24 +01:00  
				
					
						
							
							
								 
						
							
								51c572c4f5 
								
							 
						 
						
							
							
								
								refactor more properties to Sets  
							
							
							
						 
						
							2017-11-07 09:17:12 +01:00  
				
					
						
							
							
								 
						
							
								0339d4da49 
								
							 
						 
						
							
							
								
								Refactor weird things  
							
							... 
							
							
							
							* Declare used properties in constructor
* Module.(re)building moved into Compilation._(re)buildingModules (Map)
* Make NormalModule.error private
* Move Module.cacheable logic into needRebuild
* More stable implemention of rebuildModule
* addModuleChain waits for Module building finished before returning
* Set built and cacheable flags correctly in Modules
* More portableId into WeakMap
* Add ModuleReason for entrypoints
* cacheable can be true/false/null in Stats
* added Stats module issuerPath
* fixes profile in stats output 
							
						 
						
							2017-11-06 13:16:09 +01:00  
				
					
						
							
							
								 
						
							
								ea56916d53 
								
							 
						 
						
							
							
								
								rename `async` to `mode` in context options  
							
							... 
							
							
							
							`async: false` is now `mode: "sync"` 
							
						 
						
							2017-10-16 14:49:51 +02:00  
				
					
						
							
							
								 
						
							
								47d00a525f 
								
							 
						 
						
							
							
								
								use util.deprecate to deprecate properties in ContextModule  
							
							
							
						 
						
							2017-10-16 12:16:07 +02:00  
				
					
						
							
							
								 
						
							
								aa8d076407 
								
							 
						 
						
							
							
								
								fix comment  
							
							
							
						 
						
							2017-10-16 09:36:59 +02:00  
				
					
						
							
							
								 
						
							
								0a141f21c8 
								
							 
						 
						
							
							
								
								fixed failing tests  
							
							
							
						 
						
							2017-10-13 17:51:01 -06:00  
				
					
						
							
							
								 
						
							
								bc6c1be90c 
								
							 
						 
						
							
							
								
								refactoring filter to include and other requested changes  
							
							
							
						 
						
							2017-10-13 15:41:44 -06:00  
				
					
						
							
							
								 
						
							
								5d1759fd4c 
								
							 
						 
						
							
							
								
								modified import context filtering logic to filter on file names.  
							
							
							
						 
						
							2017-10-13 15:41:02 -06:00  
				
					
						
							
							
								 
						
							
								72544de846 
								
							 
						 
						
							
							
								
								code cleanup  
							
							
							
						 
						
							2017-07-26 15:13:39 +02:00  
				
					
						
							
							
								 
						
							
								94e0fcb80a 
								
							 
						 
						
							
							
								
								rename eager-weak to weak in import() comment  
							
							... 
							
							
							
							rename ImportEagerWeak to ImportWeak
rename "eager-weak" asyncMode to "async-weak"
weak dependencies don't need to be in dependencies blocks 
							
						 
						
							2017-07-26 14:49:37 +02:00  
				
					
						
							
							
								 
						
							
								8bca2dc95c 
								
							 
						 
						
							
							
								
								fix/feat($weak): add context support for resolveWeak + create eager-weak asyncMode  
							
							
							
						 
						
							2017-07-26 13:12:59 +02:00  
				
					
						
							
							
								 
						
							
								1102e60395 
								
							 
						 
						
							
							
								
								fix($lint): fix linting errors  
							
							
							
						 
						
							2017-07-26 13:12:59 +02:00  
				
					
						
							
							
								 
						
							
								4636e5a705 
								
							 
						 
						
							
							
								
								feat($weakContext): create "weak-context" asyncMode for universal rendering  
							
							
							
						 
						
							2017-07-26 13:12:59 +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  
				
					
						
							
							
								 
						
							
								6afc397b99 
								
							 
						 
						
							
							
								
								perf: use Date.now() instead of new Date().getTime()  
							
							... 
							
							
							
							new Date().getTime() is 2x slower than Date.now(), see https://jsperf.com/new-date-vs-date-now-vs-performance-now/6  
							
						 
						
							2017-05-04 10:19:54 +08:00  
				
					
						
							
							
								 
						
							
								b65432a2f1 
								
							 
						 
						
							
							
								
								Add specify chunk name feature for `import()`  
							
							... 
							
							
							
							Add specify chunk name feature for `import()` by following special comment block after the param:
  import('./foo' /* webpackChunkName = "myChunkName" */)
Thus we can use chunk name like `requre.ensure` and avoid conflicts with the specification. 
							
						 
						
							2017-03-26 17:18:30 +08:00  
				
					
						
							
							
								 
						
							
								b732e1b25b 
								
							 
						 
						
							
							
								
								rename count to size  
							
							
							
						 
						
							2017-02-28 12:07:27 +01:00  
				
					
						
							
							
								 
						
							
								1e906f1468 
								
							 
						 
						
							
							
								
								apply review changes  
							
							
							
						 
						
							2017-02-23 21:52:11 +11:00  
				
					
						
							
							
								 
						
							
								c29f324f07 
								
							 
						 
						
							
							
								
								set dependencies to empty array if they dont exist  
							
							... 
							
							
							
							no need to check them in size calculation for existance anymore 
							
						 
						
							2017-02-19 11:00:06 +11:00  
				
					
						
							
							
								 
						
							
								d424633467 
								
							 
						 
						
							
							
								
								rename hasMultipleChunks to hasMultipleOrNoChunks  
							
							
							
						 
						
							2017-02-18 23:01:29 +11:00