e21b1d46fe 
								
							 
						 
						
							
							
								
								precompile schemas for improved startup performance  
							
							
							
						 
						
							2021-04-16 16:02:58 +02:00  
				
					
						
							
							
								 
						
							
								33b44a05ea 
								
							 
						 
						
							
							
								
								DefinePlugin invalidates modules when new defines are added  
							
							... 
							
							
							
							fixes https://github.com/vercel/next.js/issues/23901  
							
						 
						
							2021-04-12 12:23:51 +02:00  
				
					
						
							
							
								 
						
							
								87b67a920d 
								
							 
						 
						
							
							
								
								avoid memory leak in v8 ICs after parsing and building modules  
							
							
							
						 
						
							2021-03-25 14:52:12 +01:00  
				
					
						
							
							
								 
						
							
								9566a5b732 
								
							 
						 
						
							
							
								
								fix(NormalModule): call super to restore base module cache data  
							
							
							
						 
						
							2021-03-23 16:44:03 -07:00  
				
					
						
							
							
								 
						
							
								9c648cf90f 
								
							 
						 
						
							
							
								
								improve error handling in beforeLoaders hook  
							
							
							
						 
						
							2021-03-22 10:17:17 +01:00  
				
					
						
							
							
								 
						
							
								ecb2c18cc6 
								
							 
						 
						
							
							
								
								offer contextify and absoluteify in loader context as utils  
							
							
							
						 
						
							2021-03-19 10:59:10 +01:00  
				
					
						
							
							
								 
						
							
								5af7e54e7d 
								
							 
						 
						
							
							
								
								Merge pull request  #12896  from webpack/feature/define-cache-version  
							
							... 
							
							
							
							DefinePlugin takes care of module invalidation when values have changed 
							
						 
						
							2021-03-15 16:14:35 +01:00  
				
					
						
							
							
								 
						
							
								103a51468b 
								
							 
						 
						
							
							
								
								DefinePlugin takes care of module invalidation when values have changed  
							
							... 
							
							
							
							The options of the DefinePlugin no longer have to be covered by build dependencies 
							
						 
						
							2021-03-15 15:19:42 +01:00  
				
					
						
							
							
								 
						
							
								18967078cb 
								
							 
						 
						
							
							
								
								cleanup modules after compilation to avoid leaking references when they are cached  
							
							
							
						 
						
							2021-03-15 11:23:54 +01:00  
				
					
						
							
							
								 
						
							
								d9ef8551c0 
								
							 
						 
						
							
							
								
								fix caching of asset modules  
							
							
							
						 
						
							2021-02-04 14:13:44 +01:00  
				
					
						
							
							
								 
						
							
								52abb681ff 
								
							 
						 
						
							
							
								
								avoid allocation of warning marker weak set when unused  
							
							
							
						 
						
							2021-01-27 13:36:03 +01:00  
				
					
						
							
							
								 
						
							
								aaadeda40b 
								
							 
						 
						
							
							
								
								non-fs resources should not end up in fileDependencies  
							
							... 
							
							
							
							fixes  #12283  
						
							2021-01-07 15:37:19 +01:00  
				
					
						
							
							
								 
						
							
								09862aacf8 
								
							 
						 
						
							
							
								
								add warning when invalid dependencies are reported by loaders/plugins  
							
							... 
							
							
							
							add automatic workaround for invalid dependencies
#12340 
#12283  
							
						 
						
							2021-01-07 13:31:16 +01:00  
				
					
						
							
							
								 
						
							
								10aa3daede 
								
							 
						 
						
							
							
								
								add experiments.layers  
							
							... 
							
							
							
							add layers to define different module layers
support module layers in stats
add layer support for NormalModules
fixes  #11466  
							
						 
						
							2021-01-05 20:50:59 +01:00  
				
					
						
							
							
								 
						
							
								1e2634fdd8 
								
							 
						 
						
							
							
								
								manual side effects flagging should override automatic analysis  
							
							
							
						 
						
							2020-12-15 14:40:54 +01:00  
				
					
						
							
							
								 
						
							
								c7ea63875c 
								
							 
						 
						
							
							
								
								improve side effects analysis to report imported and reexports symbols as side-effect-free  
							
							... 
							
							
							
							add bailout messages for side effects 
							
						 
						
							2020-11-28 18:10:27 +01:00  
				
					
						
							
							
								 
						
							
								cbcd459d19 
								
							 
						 
						
							
							
								
								fix conflicting real imports and type imports  
							
							
							
						 
						
							2020-11-26 10:02:59 +01:00  
				
					
						
							
							
								 
						
							
								11a7cac537 
								
							 
						 
						
							
							
								
								add useSimpleSourceMap flag to enable/disable OriginalSource for generated code  
							
							... 
							
							
							
							pass reduced options object to Source.map() function 
							
						 
						
							2020-10-26 16:33:38 +01:00  
				
					
						
							
							
								 
						
							
								8e9614894c 
								
							 
						 
						
							
							
								
								fix: reorder params  
							
							
							
						 
						
							2020-10-16 00:21:16 +08:00  
				
					
						
							
							
								 
						
							
								18c20d6327 
								
							 
						 
						
							
							
								
								Merge pull request  #11582  from webpack/update-schema-utils  
							
							... 
							
							
							
							chore(deps): update `schema-utils` 
							
						 
						
							2020-10-07 10:30:11 +02:00  
				
					
						
							
							
								 
						
							
								fcca1d649d 
								
							 
						 
						
							
							
								
								analyse source code for side effects  
							
							... 
							
							
							
							mark the module as side effects free in such cases
allow 3rd state TRANSITIVE_ONLY to be side-effect-free but dependencies should still be included (for mini-css-extract-plugin) 
							
						 
						
							2020-10-06 14:10:29 +02:00  
				
					
						
							
							
								 
						
							
								8c19efb7fd 
								
							 
						 
						
							
							
								
								chore(deps): update `schema-utils`  
							
							
							
						 
						
							2020-10-05 21:58:54 +03:00  
				
					
						
							
							
								 
						
							
								9af1d7526b 
								
							 
						 
						
							
							
								
								refactor module concatenation to address discovered bugs/edge cases  
							
							
							
						 
						
							2020-09-15 12:36:02 +02:00  
				
					
						
							
							
								 
						
							
								23e91dbbac 
								
							 
						 
						
							
							
								
								move module concatenation bailout checks to Module and for NormalModule to Generator  
							
							
							
						 
						
							2020-09-15 12:35:59 +02:00  
				
					
						
							
							
								 
						
							
								fdd4a7713f 
								
							 
						 
						
							
							
								
								add ConcatenationScope  
							
							
							
						 
						
							2020-09-15 12:34:50 +02:00  
				
					
						
							
							
								 
						
							
								eec6fbdd7c 
								
							 
						 
						
							
							
								
								extract loader.target from target option  
							
							
							
						 
						
							2020-09-09 19:04:30 +02:00  
				
					
						
							
							
								 
						
							
								338f7d404c 
								
							 
						 
						
							
							
								
								cache modules even if they are not parsed  
							
							
							
						 
						
							2020-08-26 10:03:00 +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  
				
					
						
							
							
								 
						
							
								8ee39ac3ac 
								
							 
						 
						
							
							
								
								fix dependencies when snapshot is missing  
							
							
							
						 
						
							2020-08-24 20:37:12 +02:00  
				
					
						
							
							
								 
						
							
								cee47dc867 
								
							 
						 
						
							
							
								
								Store cache dependencies inside of Snapshot to reduce cache size  
							
							
							
						 
						
							2020-08-24 18:16:54 +02:00  
				
					
						
							
							
								 
						
							
								4fc44a3398 
								
							 
						 
						
							
							
								
								add more types  
							
							
							
						 
						
							2020-08-02 23:47:54 +03:00  
				
					
						
							
							
								 
						
							
								ca369f23c5 
								
							 
						 
						
							
							
								
								do cache related tasks after calling handler in watching  
							
							... 
							
							
							
							improve progress output 
							
						 
						
							2020-08-01 09:00:17 +02:00  
				
					
						
							
							
								 
						
							
								77cdce7393 
								
							 
						 
						
							
							
								
								remove unused methods, improve code coverage  
							
							
							
						 
						
							2020-07-29 11:14:26 +02:00  
				
					
						
							
							
								 
						
							
								1265765141 
								
							 
						 
						
							
							
								
								polish, types  
							
							
							
						 
						
							2020-07-27 22:41:04 +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  
				
					
						
							
							
								 
						
							
								7dad1c1c30 
								
							 
						 
						
							
							
								
								refactor scheme handling into plugins  
							
							
							
						 
						
							2020-07-03 17:01:02 +02:00  
				
					
						
							
							
								 
						
							
								d42d2b51df 
								
							 
						 
						
							
							
								
								check for Windows absolute url in URLAbsoluteSpecifier util  
							
							
							
						 
						
							2020-06-29 12:24:44 +03:00  
				
					
						
							
							
								 
						
							
								89abab2631 
								
							 
						 
						
							
							
								
								add absolute url specifier support  
							
							
							
						 
						
							2020-06-26 22:16:27 +03:00  
				
					
						
							
							
								 
						
							
								19609937c7 
								
							 
						 
						
							
							
								
								implement uri imports  
							
							
							
						 
						
							2020-06-05 15:15:10 +03:00  
				
					
						
							
							
								 
						
							
								042b4ee7d4 
								
							 
						 
						
							
							
								
								Use @ts-expext-error  
							
							
							
						 
						
							2020-05-12 14:34:29 +02:00  
				
					
						
							
							
								 
						
							
								3b49828a18 
								
							 
						 
						
							
							
								
								report better error message when wasm experiment is not enabled  
							
							... 
							
							
							
							#10788  
						
							2020-04-28 20:22:50 +02:00  
				
					
						
							
							
								 
						
							
								285529a643 
								
							 
						 
						
							
							
								
								chore: fix typos across the project  
							
							
							
						 
						
							2020-03-10 07:29:46 +05:30  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								87ad88174b 
								
							 
						 
						
							
							
								
								Merge pull request  #10354  from jeffin143/minor-code-refactor  
							
							... 
							
							
							
							Minor code refactoring to use destructuring 
							
						 
						
							2020-02-10 13:15:17 +01:00  
				
					
						
							
							
								 
						
							
								a50f0d50e6 
								
							 
						 
						
							
							
								
								refactor: make use of destructuring  
							
							
							
						 
						
							2020-02-08 03:08:53 +05:30  
				
					
						
							
							
								 
						
							
								ec5a744b30 
								
							 
						 
						
							
							
								
								Remove "error" and "ignore" from snapshots  
							
							
							
						 
						
							2020-01-29 21:32:50 +01:00  
				
					
						
							
							
								 
						
							
								974d2495af 
								
							 
						 
						
							
							
								
								fix: typo  
							
							
							
						 
						
							2020-01-19 13:31:37 +05:30  
				
					
						
							
							
								 
						
							
								5506161f5e 
								
							 
						 
						
							
							
								
								refactor: use startsWith  
							
							
							
						 
						
							2020-01-19 13:29:39 +05:30  
				
					
						
							
							
								 
						
							
								357e707e2c 
								
							 
						 
						
							
							
								
								refactor: prefer destructuring approach  
							
							
							
						 
						
							2020-01-19 13:28:22 +05:30  
				
					
						
							
							
								 
						
							
								d673e4179b 
								
							 
						 
						
							
							
								
								test errors message, allow custom names in schema  
							
							
							
						 
						
							2020-01-17 12:17:53 +01:00  
				
					
						
							
							
								 
						
							
								f9846f1f91 
								
							 
						 
						
							
							
								
								improve code, remove unneeded old stuff  
							
							
							
						 
						
							2020-01-16 14:48:52 +01:00  
				
					
						
							
							
								 
						
							
								4e808cb613 
								
							 
						 
						
							
							
								
								feat: getOptions util for loader  
							
							
							
						 
						
							2020-01-16 11:43:26 +01:00  
				
					
						
							
							
								 
						
							
								c80bae2959 
								
							 
						 
						
							
							
								
								faster cache access of contextify  
							
							
							
						 
						
							2020-01-15 11:20:22 +01:00  
				
					
						
							
							
								 
						
							
								73978b1463 
								
							 
						 
						
							
							
								
								handle sourceRoot during source map contextify  
							
							
							
						 
						
							2019-12-27 15:23:23 +01:00  
				
					
						
							
							
								 
						
							
								2f3da77d38 
								
							 
						 
						
							
							
								
								Introduce a Parser base class to improve Parser types  
							
							... 
							
							
							
							Parser.parse must be always sync
make JSON and WASM modules strict
fix inherit-types tooling to omit static methods 
							
						 
						
							2019-11-30 01:36:28 +01:00  
				
					
						
							
							
								 
						
							
								bf6680ec0f 
								
							 
						 
						
							
							
								
								bugfixes, nitpicks  
							
							
							
						 
						
							2019-11-26 21:24:41 +01:00  
				
					
						
							
							
								 
						
							
								317da38171 
								
							 
						 
						
							
							
								
								move data url condition to parser  
							
							... 
							
							
							
							avoid calling dataUrl function repeated
remove cache to avoid memory leak
include data url decision in module hash
refactor code for readablility 
							
						 
						
							2019-11-26 15:43:58 +01:00  
				
					
						
							
							
								 
						
							
								bdc61abf82 
								
							 
						 
						
							
							
								
								refactor: merge generators in asset modules  
							
							
							
						 
						
							2019-11-26 15:42:37 +01:00  
				
					
						
							
							
								 
						
							
								1cd9ec58aa 
								
							 
						 
						
							
							
								
								track dependencies when calling resolve from loader  
							
							
							
						 
						
							2019-11-25 22:10:47 +01:00  
				
					
						
							
							
								 
						
							
								a58717e379 
								
							 
						 
						
							
							
								
								types for NormalModule constructor  
							
							
							
						 
						
							2019-11-20 12:43:57 +01:00  
				
					
						
							
							
								 
						
							
								55914b2e46 
								
							 
						 
						
							
							
								
								Generator.generate may return null  
							
							
							
						 
						
							2019-11-20 12:43:56 +01:00  
				
					
						
							
							
								 
						
							
								b90f3e14a1 
								
							 
						 
						
							
							
								
								upgrade webpack-sources  
							
							... 
							
							
							
							make source maps and source names context independent
add enhanced-resolve declarations
add types to Module.build
fix tooling for import order to support import renaming
add support for concatenated modules in eval source maps 
							
						 
						
							2019-11-12 08:59:08 +01:00  
				
					
						
							
							
								 
						
							
								5abf55b1af 
								
							 
						 
						
							
							
								
								allocate presentationalDependencies array only when needed  
							
							
							
						 
						
							2019-11-10 21:05:28 +01:00  
				
					
						
							
							
								 
						
							
								c5483fa7ab 
								
							 
						 
						
							
							
								
								allocate NormalModule._sourceSizes only when needed  
							
							
							
						 
						
							2019-11-10 21:05:19 +01:00  
				
					
						
							
							
								 
						
							
								ed81ad0fa4 
								
							 
						 
						
							
							
								
								allocate warnings and errors arrays only when needed  
							
							
							
						 
						
							2019-11-10 21:05:16 +01:00  
				
					
						
							
							
								 
						
							
								a877cd51d1 
								
							 
						 
						
							
							
								
								add presentational dependencies which are cheaper, but allow only templating  
							
							
							
						 
						
							2019-10-30 07:49:20 +01:00  
				
					
						
							
							
								 
						
							
								ac9fca474a 
								
							 
						 
						
							
							
								
								avoid creating an object for performance reasons  
							
							
							
						 
						
							2019-10-09 13:36:44 +02:00  
				
					
						
							
							
								 
						
							
								ddc3dae0e6 
								
							 
						 
						
							
							
								
								refactor Module.source() and Module.getRuntimeRequirements() into Module.codeGeneration  
							
							... 
							
							
							
							add code generation phase to Compilation
add `output.iife` options to remove iife wrapper
add `experiments.outputModule` which enabled `output.module`
add `output.module` which sets defaults to `output.iife: false`, `output.libraryTarget: "module"`, `output.jsonpScriptType: "module"`, `terserOptions.module: true`
add `output.module` example
improve runtime requirements needed by ConcatenatedModule
add entry inlining, which inlines entry module code into runtime scope (only when safe)
make whole bundle strict when all modules are strict 
							
						 
						
							2019-10-08 23:59:48 +02:00  
				
					
						
							
							
								 
						
							
								e116d18544 
								
							 
						 
						
							
							
								
								Merge tag 'v4.40.3' into next  
							
							... 
							
							
							
							4.40.3 
							
						 
						
							2019-09-25 23:51:38 +02:00  
				
					
						
							
							
								 
						
							
								2aef0b615b 
								
							 
						 
						
							
							
								
								Memoize NormalModule.size()  
							
							
							
						 
						
							2019-09-20 10:44:49 +10: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  
				
					
						
							
							
								 
						
							
								e507392094 
								
							 
						 
						
							
							
								
								add output.ecmaVersion options to set emitted code style  
							
							... 
							
							
							
							fix a bug with prefetching initial chunks
InitFragments have get[End]Content methods which get a sourceContext
RuntimeModules have implicit chunk and compilation
changed default to `output.ecmaVersion: 2015` 
							
						 
						
							2019-08-26 21:32:29 +02:00  
				
					
						
							
							
								 
						
							
								e877e0ec91 
								
							 
						 
						
							
							
								
								Modules don't carry buildDependencies, they add them directly to compilation  
							
							... 
							
							
							
							buildDependencies should not be stored/cached as they are only effective when really build 
							
						 
						
							2019-08-13 18:05:26 +02:00  
				
					
						
							
							
								 
						
							
								856235d76f 
								
							 
						 
						
							
							
								
								track and config build dependencies  
							
							
							
						 
						
							2019-08-12 23:07:41 +02:00  
				
					
						
							
							
								 
						
							
								c17dfde7a8 
								
							 
						 
						
							
							
								
								Merge tag 'v4.37.0' into next  
							
							... 
							
							
							
							4.37.0 
							
						 
						
							2019-07-24 10:51:04 +02:00  
				
					
						
							
							
								 
						
							
								677ccd90ea 
								
							 
						 
						
							
							
								
								small fixes  
							
							
							
						 
						
							2019-07-23 09:28:06 +02:00  
				
					
						
							
							
								 
						
							
								d849160d3f 
								
							 
						 
						
							
							
								
								add logging API  
							
							... 
							
							
							
							Plugins:
Compiler.getInfrastructureLogger(name)
Compilation.getLogger(name)
Loader:
this.getLogger([name])
API equal to console API with these methods:
error, warn, info, log, debug,
time, timeLog, timeEnd,
group, groupCollapsed, groupEnd,
profile, profileEnd,
clear 
							
						 
						
							2019-07-18 17:13:40 +02:00  
				
					
						
							
							
								 
						
							
								cac462cba8 
								
							 
						 
						
							
							
								
								Merge pull request  #8983  from hiroppy/feature/url  
							
							... 
							
							
							
							add experimental Url support 
							
						 
						
							2019-07-17 23:32:15 +02:00  
				
					
						
							
							
								 
						
							
								1d72a05fed 
								
							 
						 
						
							
							
								
								Merge tag 'v4.36.0' into next  
							
							... 
							
							
							
							4.36.0 
							
						 
						
							2019-07-17 16:02:33 +02:00  
				
					
						
							
							
								 
						
							
								fb45e38fa4 
								
							 
						 
						
							
							
								
								rename url -> asset  
							
							... 
							
							
							
							remove experimental in favor of experiments.asset 
							
						 
						
							2019-07-17 11:57:04 +02:00  
				
					
						
							
							
								 
						
							
								8788add912 
								
							 
						 
						
							
							
								
								fix(TemplatedPathPlugin): keep compatibility with `.[ext]`  
							
							... 
							
							
							
							[ext] has `.` but file-loader is specified `[hash].[ext]` as default. 
							
						 
						
							2019-07-17 11:46:37 +02:00  
				
					
						
							
							
								 
						
							
								27b1e17f5b 
								
							 
						 
						
							
							
								
								createHash typescript  
							
							
							
						 
						
							2019-07-10 14:06:36 +03:00  
				
					
						
							
							
								 
						
							
								b2e7837288 
								
							 
						 
						
							
							
								
								replace Object.assign with object spread  
							
							
							
						 
						
							2019-06-19 13:16:05 +02:00  
				
					
						
							
							
								 
						
							
								6db94536ad 
								
							 
						 
						
							
							
								
								Merge tag 'v4.34.0' into next  
							
							... 
							
							
							
							4.34.0 
							
						 
						
							2019-06-13 10:51:12 +02:00  
				
					
						
							
							
								 
						
							
								6f25c3bdbd 
								
							 
						 
						
							
							
								
								Merge pull request  #9150  from cacheflow/show-loaders-used-when-module-parsing-fails  
							
							... 
							
							
							
							feat(NormalModule/ModuleParseError): Show loaders used from config when module parsing fails 
							
						 
						
							2019-06-04 23:24:21 +02:00  
				
					
						
							
							
								 
						
							
								45582c51e7 
								
							 
						 
						
							
							
								
								avoid loading from rule set, simplify  
							
							
							
						 
						
							2019-06-03 17:00:50 +02:00  
				
					
						
							
							
								 
						
							
								1c6e7a9344 
								
							 
						 
						
							
							
								
								feat(NormalModule/ModuleParseError): Show loaders used from config when module parsing fails  
							
							... 
							
							
							
							-Closes #9025  
							
						 
						
							2019-05-29 14:11:49 -07:00  
				
					
						
							
							
								 
						
							
								db5a8a33d3 
								
							 
						 
						
							
							
								
								fix error handling on parse errors  
							
							
							
						 
						
							2019-05-24 15:53:34 +02:00  
				
					
						
							
							
								 
						
							
								abc825d58f 
								
							 
						 
						
							
							
								
								Merge tag 'v4.32.0' into next  
							
							... 
							
							
							
							4.32.0 
							
						 
						
							2019-05-20 14:46:31 +02:00  
				
					
						
							
							
								 
						
							
								1a63d7bd0d 
								
							 
						 
						
							
							
								
								Default to production  
							
							... 
							
							
							
							Co-Authored-By: Tobias Koppers <tobias.koppers@googlemail.com> 
							
						 
						
							2019-05-16 13:50:31 -06:00  
				
					
						
							
							
								 
						
							
								290ab5d071 
								
							 
						 
						
							
							
								
								Allow loaders to access the mode  
							
							
							
						 
						
							2019-05-16 10:18:16 -06:00  
				
					
						
							
							
								 
						
							
								0c39719729 
								
							 
						 
						
							
							
								
								avoid zero sized modules as they lead to problems  
							
							
							
						 
						
							2019-05-13 12:29:29 +02:00  
				
					
						
							
							
								 
						
							
								b12f24d20c 
								
							 
						 
						
							
							
								
								Update hook types  
							
							
							
						 
						
							2019-05-10 09:52:22 +02:00  
				
					
						
							
							
								 
						
							
								0e62bdb74a 
								
							 
						 
						
							
							
								
								add missing cache  
							
							
							
						 
						
							2019-01-19 13:12:43 +01:00  
				
					
						
							
							
								 
						
							
								c5ad6df793 
								
							 
						 
						
							
							
								
								add own webpack-sources typings  
							
							
							
						 
						
							2019-01-18 21:56:56 +01:00  
				
					
						
							
							
								 
						
							
								e4d1a45c8d 
								
							 
						 
						
							
							
								
								Use FileSystemInfo.createSnapshot for NormalModules too  
							
							
							
						 
						
							2019-01-09 14:42:57 +01:00  
				
					
						
							
							
								 
						
							
								ca430a6715 
								
							 
						 
						
							
							
								
								hash defaults to undefined  
							
							... 
							
							
							
							provide other properties in buildInfo 
							
						 
						
							2018-12-31 12:50:45 +01:00  
				
					
						
							
							
								 
						
							
								a3c166109e 
								
							 
						 
						
							
							
								
								move NormalModule._buildHash into buildInfo  
							
							
							
						 
						
							2018-12-31 12:28:57 +01:00  
				
					
						
							
							
								 
						
							
								1374757006 
								
							 
						 
						
							
							
								
								remove ModuleReason  
							
							... 
							
							
							
							remove HotUpdateChunkTemplate
move compareLocations into comparators
re-enable NodeSourcePlugin for `.mjs` 
							
						 
						
							2018-12-20 16:38:26 +01:00