webpack/lib
Tran Sang 12d021c40c restore warnUnexpectedRequire assignment with the more compact version 2020-09-26 10:07:26 +09:00
..
asset assets use filename relative to context 2020-08-29 01:59:47 +02:00
async-modules enable experiments.importAsync by default 2020-08-04 00:47:08 +02:00
cache add "snapshot" configuration to allow to configure how snapshots are created 2020-08-26 01:27:13 +02:00
config add config.ignoreWarnings 2020-09-20 22:08:38 +02:00
container Merge branch 'master' into #11419 2020-09-17 20:33:48 +08:00
debug fix race condition in profiling plugin 2020-06-02 15:51:45 +02:00
dependencies Merge pull request #11531 from webpack/feature/custom-worker 2020-09-25 15:54:02 +02:00
electron improve target options 2020-09-10 11:42:09 +02:00
errors
hmr restore warnUnexpectedRequire assignment with the more compact version 2020-09-26 10:07:26 +09:00
ids refactor used exports analysis, hashing, code generation, optimizations 2020-07-27 22:40:44 +02:00
javascript Merge pull request #11474 from webpack/refactor/concatenation 2020-09-15 15:14:49 +02:00
json implement module concatenation for json modules 2020-09-15 12:36:26 +02:00
library new Worker() support 2020-09-08 07:37:20 +02:00
logging
node improve target options 2020-09-10 11:42:09 +02:00
optimize when splitChunks entry violates minSize or minRemainingSize retry without offending modules 2020-09-25 16:16:05 +02:00
performance
prefetch
rules improve handling of null values and prototype properties 2020-07-17 15:41:30 +02:00
runtime use output.importMetaName for import.meta 2020-09-18 10:55:37 +02:00
schemes split HttpUrlPlugin into two plugins for http and https 2020-07-06 17:45:45 +02:00
serialization reduce number of small buffers in BinaryMiddleware 2020-08-24 18:16:56 +02:00
sharing fix circular references between containers and modules in containers 2020-09-17 10:44:52 +02:00
stats add config.ignoreWarnings 2020-09-20 22:08:38 +02:00
util improve array to set deprecation for access to the first item 2020-09-25 10:53:12 +02:00
wasm improve target options 2020-09-10 11:42:09 +02:00
wasm-async avoid using getChunkModuleMaps as it doesn't support different modules per runtime 2020-07-28 17:16:32 +02:00
wasm-sync refactor wasm loading from target into output.wasmLoading option 2020-09-09 11:20:37 +02:00
web refactor wasm loading from target into output.wasmLoading option 2020-09-09 11:20:37 +02:00
webworker new Worker() support 2020-09-08 07:37:20 +02:00
APIPlugin.js improve hashing of runtime modules that need a full hash 2020-09-01 18:31:29 +02:00
AbstractMethodError.js remove weird types 2020-05-12 15:58:43 +02:00
AsyncDependenciesBlock.js new Worker() support 2020-09-08 07:37:20 +02:00
AsyncDependencyToInitialChunkError.js
AutomaticPrefetchPlugin.js
BannerPlugin.js BannerPlugin: remove unnecessary code 2020-06-02 21:51:32 +02:00
Cache.js Create Cache facade to make it easier to use 2020-07-15 11:14:28 +02:00
CacheFacade.js add provide and mergeEtags to CacheFacade 2020-08-19 11:25:24 +02:00
CaseSensitiveModulesWarning.js
Chunk.js new Worker() support 2020-09-08 07:37:20 +02:00
ChunkGraph.js remove unused methods, improve code coverage 2020-07-29 11:14:26 +02:00
ChunkGroup.js new Worker() support 2020-09-08 07:37:20 +02:00
ChunkRenderError.js
ChunkTemplate.js add more types 2020-08-02 23:47:54 +03:00
CodeGenerationError.js
CodeGenerationResults.js polish, types 2020-07-27 22:41:04 +02:00
CommentCompilationWarning.js
CompatibilityPlugin.js
Compilation.js improve warnings and errors handling in stats 2020-09-20 21:24:15 +02:00
Compiler.js chore: implement suggestions 2020-09-19 09:53:03 +05:30
ConcatenationScope.js add raw export for named reexport from non-harmony 2020-09-15 12:36:29 +02:00
ConcurrentCompilationError.js
ConstPlugin.js optional chaining leads to undefined and never null 2020-08-07 16:43:13 +02:00
ContextExclusionPlugin.js
ContextModule.js add grouping of modules 2020-09-01 18:31:22 +02:00
ContextModuleFactory.js Use computed resolve options in context alternatives 2020-07-15 14:13:35 +02:00
ContextReplacementPlugin.js add support for resource fragments 2020-07-03 17:03:15 +02:00
DefinePlugin.js replace output.ecmaVersion with output.environment and more detailed flags 2020-09-10 11:12:28 +02:00
DelegatedModule.js polish, types 2020-07-27 22:41:04 +02:00
DelegatedModuleFactoryPlugin.js enable mjs experiment 2020-09-07 23:15:24 +02:00
DelegatedPlugin.js
DependenciesBlock.js refactor used exports analysis, hashing, code generation, optimizations 2020-07-27 22:40:44 +02:00
Dependency.js refactor module concatenation to address discovered bugs/edge cases 2020-09-15 12:36:02 +02:00
DependencyTemplate.js add ConcatenationScope 2020-09-15 12:34:50 +02:00
DependencyTemplates.js
DllEntryPlugin.js
DllModule.js polish, types 2020-07-27 22:41:04 +02:00
DllModuleFactory.js
DllPlugin.js
DllReferencePlugin.js add support for async externals 2020-05-19 17:25:43 +02:00
DynamicEntryPlugin.js
EntryOptionPlugin.js refactor wasm loading from target into output.wasmLoading option 2020-09-09 11:20:37 +02:00
EntryPlugin.js new Worker() support 2020-09-08 07:37:20 +02:00
Entrypoint.js new Worker() support 2020-09-08 07:37:20 +02:00
EnvironmentPlugin.js
ErrorHelpers.js
EvalDevToolModulePlugin.js
EvalSourceMapDevToolPlugin.js add more types 2020-08-02 23:47:54 +03:00
ExportsInfo.js return false when no valid target can be found 2020-09-15 12:36:31 +02:00
ExportsInfoApiPlugin.js
ExternalModule.js revert to registering the namespace export because we need to know this early 2020-09-15 12:36:16 +02:00
ExternalModuleFactoryPlugin.js add support for async externals 2020-05-19 17:25:43 +02:00
ExternalsPlugin.js add support for async externals 2020-05-19 17:25:43 +02:00
FileSystemInfo.js fix incorrect iteration 2020-09-18 21:47:46 +02:00
FlagAllModulesAsUsedPlugin.js fix dependOn behavior with runtimes, fix runtime passing by entry 2020-07-30 11:18:09 +02:00
FlagDependencyExportsPlugin.js avoid setting export target too often 2020-09-15 12:36:20 +02:00
FlagDependencyUsagePlugin.js new Worker() support 2020-09-08 07:37:20 +02:00
FlagEntryExportAsUsedPlugin.js refactor used exports analysis, hashing, code generation, optimizations 2020-07-27 22:40:44 +02:00
FlagUsingEvalPlugin.js
Generator.js refactor module concatenation to address discovered bugs/edge cases 2020-09-15 12:36:02 +02:00
GraphHelpers.js
HarmonyLinkingError.js
HookWebpackError.js
HotModuleReplacementPlugin.js add missing chunk groups to HotUpdateChunks 2020-09-25 10:53:14 +02:00
HotUpdateChunk.js fix incorrect disposing of modules during HMR 2020-09-08 10:25:41 +02:00
IgnorePlugin.js
IgnoreWarningsPlugin.js add config.ignoreWarnings 2020-09-20 22:08:38 +02:00
InitFragment.js add support for async externals 2020-05-19 17:25:43 +02:00
LibManifestPlugin.js new Worker() support 2020-09-08 07:37:20 +02:00
LibraryTemplatePlugin.js
LoaderOptionsPlugin.js
LoaderTargetPlugin.js
MainTemplate.js remove unused code 2020-08-19 15:08:34 +02:00
Module.js Merge pull request #11475 from webpack/bugfix/deprecated-timestamps 2020-09-15 15:57:45 +02:00
ModuleBuildError.js add more types 2020-08-02 23:47:54 +03:00
ModuleDependencyError.js add more types 2020-08-02 23:47:54 +03:00
ModuleDependencyWarning.js add more types 2020-08-02 23:47:54 +03:00
ModuleError.js add more types 2020-08-02 23:47:54 +03:00
ModuleFactory.js improve compatibly with node.js ESM 2020-07-17 13:58:29 +02:00
ModuleFilenameHelpers.js
ModuleGraph.js refactor module concatenation to address discovered bugs/edge cases 2020-09-15 12:36:02 +02:00
ModuleGraphConnection.js refactor module concatenation to address discovered bugs/edge cases 2020-09-15 12:36:02 +02:00
ModuleInfoHeaderPlugin.js store multiple targets per ExportInfo 2020-08-12 21:41:03 +02:00
ModuleNotFoundError.js update enhanced-resolve for 2020-09-16 07:28:32 +02:00
ModuleParseError.js
ModuleProfile.js
ModuleRestoreError.js
ModuleStoreError.js
ModuleTemplate.js
ModuleWarning.js add more types 2020-08-02 23:47:54 +03:00
MultiCompiler.js call invalid hook also when manually invalidating watching 2020-07-15 19:34:23 +02:00
MultiStats.js replace hash, version, time and builtAt with build summary at the bottom 2020-09-03 22:12:52 +02:00
MultiWatching.js do cache related tasks after calling handler in watching 2020-08-01 09:00:17 +02:00
NoEmitOnErrorsPlugin.js
NoModeWarning.js
NodeStuffPlugin.js improve target options 2020-09-10 11:42:09 +02:00
NormalModule.js refactor module concatenation to address discovered bugs/edge cases 2020-09-15 12:36:02 +02:00
NormalModuleFactory.js add breaking change info for fullySpecified resolving 2020-09-15 15:12:15 +02:00
NormalModuleReplacementPlugin.js
NullFactory.js
OptimizationStages.js
OptionsApply.js
Parser.js add more types 2020-08-02 23:47:54 +03:00
PrefetchPlugin.js
ProgressPlugin.js reset progress reporter outside of hooks 2020-08-24 18:16:58 +02:00
ProvidePlugin.js
RawModule.js refactor used exports analysis, hashing, code generation, optimizations 2020-07-27 22:40:44 +02:00
RecordIdsPlugin.js
RequestShortener.js
RequireJsStuffPlugin.js
ResolverFactory.js type fixes 2020-07-15 14:13:33 +02:00
RuntimeGlobals.js fix circular references between containers and modules in containers 2020-09-17 10:44:52 +02:00
RuntimeModule.js improve hashing of runtime modules that need a full hash 2020-09-01 18:31:29 +02:00
RuntimePlugin.js split auto publicPath into separate module 2020-09-18 10:13:31 +02:00
RuntimeTemplate.js support undo path 2020-09-16 23:20:44 +03:00
SelfModuleFactory.js
SingleEntryPlugin.js
SizeFormatHelpers.js
SourceMapDevToolModuleOptionsPlugin.js
SourceMapDevToolPlugin.js calculate real content hash for assets after asset processing 2020-08-18 22:07:24 +02:00
Stats.js replace hash, version, time and builtAt with build summary at the bottom 2020-09-03 22:12:52 +02:00
Template.js fix incorrect disposing of modules during HMR 2020-09-08 10:25:41 +02:00
TemplatedPathPlugin.js calculate real content hash for assets after asset processing 2020-08-18 22:07:24 +02:00
UnhandledSchemeError.js refactor scheme handling into plugins 2020-07-03 17:01:02 +02:00
UnsupportedFeatureWarning.js
UseStrictPlugin.js
WarnCaseSensitiveModulesPlugin.js
WarnDeprecatedOptionPlugin.js
WarnNoModeSetPlugin.js
WatchIgnorePlugin.js Avoid using real watchers in MultiWatching test case 2020-07-08 11:17:00 +02:00
Watching.js chore: reorder statement 2020-09-19 09:55:02 +05:30
WebpackError.js
WebpackOptionsApply.js add config.ignoreWarnings 2020-09-20 22:08:38 +02:00
WebpackOptionsDefaulter.js
buildChunkGraph.js make sure to generate correct chunk connection for blocks that are only connected in some runtimes 2020-09-17 10:41:13 +02:00
cli.js fix CLI test 2020-08-16 13:29:28 +03:00
formatLocation.js
index.js expose classes needed to create a custom module type 2020-09-25 10:53:14 +02:00
validateSchema.js add more breaking change info 2020-09-25 10:53:10 +02:00
webpack.js