ea075be453 
								
							 
						 
						
							
							
								
								add config.ignoreWarnings  
							
							... 
							
							
							
							deprecate stats.warningsFilter 
							
						 
						
							2020-09-20 22:08:38 +02:00  
				
					
						
							
							
								 
						
							
								7e85649492 
								
							 
						 
						
							
							
								
								improve target options  
							
							... 
							
							
							
							infer target properties from different targets and fill defaults from that
custom targets can now be created via `target: false` and a plugin (similar to the other options)
add stubs from universal chunk/wasm loading and module chunk format
add externalsPresets.electron and externalsPresets.electronRenderer
node.__file/dirname: "eval-only" 
							
						 
						
							2020-09-10 11:42:09 +02:00  
				
					
						
							
							
								 
						
							
								eec6fbdd7c 
								
							 
						 
						
							
							
								
								extract loader.target from target option  
							
							
							
						 
						
							2020-09-09 19:04:30 +02:00  
				
					
						
							
							
								 
						
							
								817c1bf9c7 
								
							 
						 
						
							
							
								
								move default externals from target into externalsPresets option  
							
							
							
						 
						
							2020-09-09 15:18:59 +02:00  
				
					
						
							
							
								 
						
							
								aa67a435a4 
								
							 
						 
						
							
							
								
								refactor wasm loading from target into output.wasmLoading option  
							
							... 
							
							
							
							allow entry specific wasm loading 
							
						 
						
							2020-09-09 11:20:37 +02:00  
				
					
						
							
							
								 
						
							
								7ae2976ef2 
								
							 
						 
						
							
							
								
								remove remaining incorrect code for electron from chunkLoading refactoring  
							
							
							
						 
						
							2020-09-09 08:46:40 +02:00  
				
					
						
							
							
								 
						
							
								ed06a7f83a 
								
							 
						 
						
							
							
								
								new Worker() support  
							
							... 
							
							
							
							add support for async anonymous entrypoints from inside the codebase
add worker example
move entry options into Entrypoint and receive them from there 
							
						 
						
							2020-09-08 07:37:20 +02:00  
				
					
						
							
							
								 
						
							
								0111405198 
								
							 
						 
						
							
							
								
								enable asset experiment  
							
							
							
						 
						
							2020-09-03 14:19:09 +02:00  
				
					
						
							
							
								 
						
							
								7381cc0536 
								
							 
						 
						
							
							
								
								move baseUri into chunk loading runtime modules  
							
							
							
						 
						
							2020-08-29 01:59:39 +02:00  
				
					
						
							
							
								 
						
							
								312e2ab587 
								
							 
						 
						
							
							
								
								Merge branch 'master' into feature/asset-url  
							
							
							
						 
						
							2020-08-28 20:54:50 +02:00  
				
					
						
							
							
								 
						
							
								07d863e14c 
								
							 
						 
						
							
							
								
								implement enabledChunkLoadingTypes approach  
							
							... 
							
							
							
							allow chunkLoading per entry
allow custom library/chunkLoading types 
							
						 
						
							2020-08-28 10:59:37 +02:00  
				
					
						
							
							
								 
						
							
								d6e637f33c 
								
							 
						 
						
							
							
								
								add "snapshot" configuration to allow to configure how snapshots are created  
							
							... 
							
							
							
							expose snapshot options for module, resolve, buildDependencies and resolveBuildDependencies
move managedPaths and immutablePaths from config.cache to config.snapshot
add timestamp + hash snapshotting mode
use timestamp + hash mode by default in production and for buildDependencies 
							
						 
						
							2020-08-26 01:27:13 +02:00  
				
					
						
							
							
								 
						
							
								782fa4591f 
								
							 
						 
						
							
							
								
								Typo  
							
							
							
						 
						
							2020-08-20 00:23:15 +02:00  
				
					
						
							
							
								 
						
							
								0a6f2bf401 
								
							 
						 
						
							
							
								
								expose missing target plugins  
							
							
							
						 
						
							2020-08-19 23:17:33 +02:00  
				
					
						
							
							
								 
						
							
								b929d4cdce 
								
							 
						 
						
							
							
								
								calculate real content hash for assets after asset processing  
							
							
							
						 
						
							2020-08-18 22:07:24 +02:00  
				
					
						
							
							
								 
						
							
								4157166263 
								
							 
						 
						
							
							
								
								Merge branch 'master' into feature/asset-url  
							
							... 
							
							
							
							# Conflicts:
#	test/Defaults.unittest.js 
							
						 
						
							2020-08-16 15:47:05 +03:00  
				
					
						
							
							
								 
						
							
								f659974405 
								
							 
						 
						
							
							
								
								add output.baseURI option, add test case for it  
							
							
							
						 
						
							2020-08-16 12:34:40 +03:00  
				
					
						
							
							
								 
						
							
								1ac28f7fc2 
								
							 
						 
						
							
							
								
								improve progress reporting  
							
							
							
						 
						
							2020-08-14 10:54:26 +02:00  
				
					
						
							
							
								 
						
							
								4f8bb44983 
								
							 
						 
						
							
							
								
								move matching target logic out of RuntimeModule  
							
							
							
						 
						
							2020-08-06 20:58:37 +03:00  
				
					
						
							
							
								 
						
							
								ddc83b0d70 
								
							 
						 
						
							
							
								
								feat: url assets  
							
							
							
						 
						
							2020-08-05 00:55:38 +03:00  
				
					
						
							
							
								 
						
							
								dfc8e35f2d 
								
							 
						 
						
							
							
								
								enable experiments.importAsync by default  
							
							... 
							
							
							
							remove experiments.importAwait 
							
						 
						
							2020-08-04 00:47:08 +02:00  
				
					
						
							
							
								 
						
							
								4c3216efad 
								
							 
						 
						
							
							
								
								add size optimization mode to `optimization.mangleExports`  
							
							
							
						 
						
							2020-07-31 12:54:38 +02:00  
				
					
						
							
							
								 
						
							
								e16bdfda6c 
								
							 
						 
						
							
							
								
								refactor used exports analysis, hashing, code generation, optimizations  
							
							... 
							
							
							
							to keep track of runtimes, used exports depending on runtime
modules can have different hashes and generated code depending on runtime
chunks are only considered as equal for MergeDuplicateChunks and SplitChunks when exports used in contained modules are equal
added `optimization.usedExports: "global"` to opt-out from used exports analysis per runtime
added `splitChunks.usedExports` and `splitChunks.cacheGroups[x].usedExports` to enable/disable used exports comparing for modules
`splitChunks.usedExports` defaults to `true` in production 
							
						 
						
							2020-07-27 22:40:44 +02:00  
				
					
						
							
							
								 
						
							
								f65adade96 
								
							 
						 
						
							
							
								
								deprecate optimization.noEmitOnErrors in favor of optimization.emitOnErrors  
							
							
							
						 
						
							2020-07-20 08:40:31 +02:00  
				
					
						
							
							
								 
						
							
								b1eac4ab29 
								
							 
						 
						
							
							
								
								Use computed resolve options in context alternatives  
							
							... 
							
							
							
							deprecate ContextModuleFactory.hooks.alternatives because we need the options in the hook 
							
						 
						
							2020-07-15 14:13:35 +02:00  
				
					
						
							
							
								 
						
							
								565724a045 
								
							 
						 
						
							
							
								
								type fixes  
							
							
							
						 
						
							2020-07-15 14:13:33 +02:00  
				
					
						
							
							
								 
						
							
								d9435e0e3e 
								
							 
						 
						
							
							
								
								Merge pull request  #11075  from vankop/import-meta  
							
							... 
							
							
							
							add import.meta support 
							
						 
						
							2020-07-06 20:19:23 +02:00  
				
					
						
							
							
								 
						
							
								1bb02df61e 
								
							 
						 
						
							
							
								
								Merge pull request  #11095  from vankop/support-url-requests  
							
							... 
							
							
							
							Support url requests 
							
						 
						
							2020-07-06 20:03:52 +02:00  
				
					
						
							
							
								 
						
							
								7dad1c1c30 
								
							 
						 
						
							
							
								
								refactor scheme handling into plugins  
							
							
							
						 
						
							2020-07-03 17:01:02 +02:00  
				
					
						
							
							
								 
						
							
								9f28e37969 
								
							 
						 
						
							
							
								
								allow runtimeChunk with node targets  
							
							... 
							
							
							
							also fixes a incorrect relative path 
							
						 
						
							2020-06-29 11:46:16 +02:00  
				
					
						
							
							
								 
						
							
								1beb4e5707 
								
							 
						 
						
							
							
								
								support import.meta  
							
							
							
						 
						
							2020-06-23 01:03:52 +03:00  
				
					
						
							
							
								 
						
							
								0397701d85 
								
							 
						 
						
							
							
								
								improve types, moved byDependency logic into ResolverFactory  
							
							
							
						 
						
							2020-06-17 22:17:14 +02:00  
				
					
						
							
							
								 
						
							
								3f8def8185 
								
							 
						 
						
							
							
								
								fix discussions  
							
							... 
							
							
							
							- add module condition
- rename EnhancedResolveOptions
- fix applyByDependency util function
- use EMPTY_RESOLVE_OPTIONS when resolveOptions are undefined 
							
						 
						
							2020-06-16 21:02:31 +03:00  
				
					
						
							
							
								 
						
							
								d2a08e3cc8 
								
							 
						 
						
							
							
								
								rework how byDependency applied  
							
							... 
							
							
							
							remove dependencyType parameter for resolver factory
add dependencyType option in enhanced resolve options 
							
						 
						
							2020-06-09 01:32:24 +03:00  
				
					
						
							
							
								 
						
							
								707a103262 
								
							 
						 
						
							
							
								
								merge resolve.byDependency defaults with user provided values  
							
							... 
							
							
							
							allow to use resolve.byDependency in module.rules 
							
						 
						
							2020-05-28 19:55:14 +02:00  
				
					
						
							
							
								 
						
							
								4af609a38c 
								
							 
						 
						
							
							
								
								fix resource identifier in Compilation and resolveLoader options  
							
							
							
						 
						
							2020-05-28 10:53:28 +03:00  
				
					
						
							
							
								 
						
							
								d4b1819749 
								
							 
						 
						
							
							
								
								add ability to set resolve options per dependency category  
							
							... 
							
							
							
							- byDependency option
- create resolver per dependency category 
							
						 
						
							2020-05-28 02:30:29 +03:00  
				
					
						
							
							
								 
						
							
								728249fb59 
								
							 
						 
						
							
							
								
								add @ts-expect-error  
							
							
							
						 
						
							2020-05-12 14:34:44 +02:00  
				
					
						
							
							
								 
						
							
								a86f5de1bd 
								
							 
						 
						
							
							
								
								Update lib/WebpackOptionsApply.js  
							
							... 
							
							
							
							Co-Authored-By: Tobias Koppers <tobias.koppers@googlemail.com> 
							
						 
						
							2020-05-12 14:34:40 +02:00  
				
					
						
							
							
								 
						
							
								9775a4f5e3 
								
							 
						 
						
							
							
								
								Remove TODO comment  
							
							
							
						 
						
							2020-05-12 14:34:36 +02:00  
				
					
						
							
							
								 
						
							
								042b4ee7d4 
								
							 
						 
						
							
							
								
								Use @ts-expext-error  
							
							
							
						 
						
							2020-05-12 14:34:29 +02:00  
				
					
						
							
							
								 
						
							
								3d2cc563dc 
								
							 
						 
						
							
							
								
								report better error message when importAsync experiment is not enabled  
							
							... 
							
							
							
							#10788  
						
							2020-04-28 20:29:53 +02:00  
				
					
						
							
							
								 
						
							
								f1dd328779 
								
							 
						 
						
							
							
								
								refactor library system  
							
							
							
						 
						
							2020-02-26 17:35:52 +01:00  
				
					
						
							
							
								 
						
							
								e5b51235d7 
								
							 
						 
						
							
							
								
								add externalsType option  
							
							... 
							
							
							
							fix a few edge cases in ExternalModule 
							
						 
						
							2020-02-26 17:22:42 +01:00  
				
					
						
							
							
								 
						
							
								6477ca56f8 
								
							 
						 
						
							
							
								
								Split options defaulting in normalization and defaults  
							
							... 
							
							
							
							Apply defaults after plugins are applied to allow plugins to feature their own defaults.
This allows to make preset plugins. 
							
						 
						
							2020-02-17 19:12:54 +01:00  
				
					
						
							
							
								 
						
							
								311f196219 
								
							 
						 
						
							
							
								
								refactor(target): remove unnecessary judgment  
							
							... 
							
							
							
							options.target must be string or function, otherwise will throw WebpackOptionsValidationError when run webpack(options) . 
							
						 
						
							2019-12-30 16:12:59 +08:00  
				
					
						
							
							
								 
						
							
								6b9d510612 
								
							 
						 
						
							
							
								
								refactor chunk prefetching/preloading into separate plugin and runtime modules  
							
							
							
						 
						
							2019-12-19 12:01:46 +01:00  
				
					
						
							
							
								 
						
							
								9bca2286ed 
								
							 
						 
						
							
							
								
								opt-out inner graph optimization when eval is used  
							
							
							
						 
						
							2019-12-16 16:49:01 +03:00  
				
					
						
							
							
								 
						
							
								782e4535ac 
								
							 
						 
						
							
							
								
								Refactor how exportsType work  
							
							... 
							
							
							
							add flagged exportsType for __esModule flagged
add getExportsType to merge strict with exportsType
move CommonJsStuffPlugin into CommonJsPlugin
split CommonJsPlugin into imports and exports part
enable minimal tree shaking for CommonJs imports and exports 
							
						 
						
							2019-12-06 11:13:08 +01:00  
				
					
						
							
							
								 
						
							
								cda629eaac 
								
							 
						 
						
							
							
								
								add missing runtime requirement for async module header  
							
							... 
							
							
							
							active async modules when top level await is used 
							
						 
						
							2019-11-19 13:11:23 +01:00