webpack/lib
Tobias Koppers cbcd459d19 fix conflicting real imports and type imports 2020-11-26 10:02:59 +01:00
..
asset add asset info for `sourceFilename` and `javascriptModule` 2020-10-22 10:47:23 +02:00
async-modules fix some nitpicks with active state 2020-10-07 09:36:41 +02:00
cache fix conflicting real imports and type imports 2020-11-26 10:02:59 +01:00
config remove code comment 2020-11-03 09:12:30 +01:00
container add useSimpleSourceMap flag to enable/disable OriginalSource for generated code 2020-10-26 16:33:38 +01:00
debug chore(deps): update `schema-utils` 2020-10-05 21:58:54 +03:00
dependencies fix conflicting real imports and type imports 2020-11-26 10:02:59 +01:00
electron Fix require handling with electron; fixes #11599 2020-10-08 01:06:31 +02:00
errors
hmr improve test case, convert trace into warning 2020-09-27 11:26:32 +02:00
ids Merge pull request #11582 from webpack/update-schema-utils 2020-10-07 10:30:11 +02:00
javascript improve code and test case 2020-11-25 22:48:11 +01:00
json chore(deps): update `schema-utils` 2020-10-05 21:58:54 +03: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 fix conflicting real imports and type imports 2020-11-26 10:02:59 +01:00
performance
prefetch
rules
runtime fix conflicting real imports and type imports 2020-11-26 10:02:59 +01:00
schemes
serialization
sharing chore(deps): update `schema-utils` 2020-10-05 21:58:54 +03:00
stats add asset info for `sourceFilename` and `javascriptModule` 2020-10-22 10:47:23 +02:00
util handle the case when execution order in a concatenated module is runtime-dependent 2020-10-29 17:53:56 +01:00
wasm improve target options 2020-09-10 11:42:09 +02:00
wasm-async fix conflicting real imports and type imports 2020-11-26 10:02:59 +01:00
wasm-sync fix some nitpicks with active state 2020-10-07 09:36:41 +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
AbstractMethodError.js
AsyncDependenciesBlock.js new Worker() support 2020-09-08 07:37:20 +02:00
AsyncDependencyToInitialChunkError.js
AutomaticPrefetchPlugin.js
BannerPlugin.js chore(deps): update `schema-utils` 2020-10-05 21:58:54 +03:00
Cache.js
CacheFacade.js
CaseSensitiveModulesWarning.js
Chunk.js new Worker() support 2020-09-08 07:37:20 +02:00
ChunkGraph.js generate code that executes depending on runtime 2020-10-27 06:30:49 +01:00
ChunkGroup.js new Worker() support 2020-09-08 07:37:20 +02:00
ChunkRenderError.js
ChunkTemplate.js
CodeGenerationError.js
CodeGenerationResults.js
CommentCompilationWarning.js
CompatibilityPlugin.js
Compilation.js fix conflicting real imports and type imports 2020-11-26 10:02:59 +01:00
Compiler.js re-check immutable state when removing a query string 2020-10-26 16:28:52 +01:00
ConcatenationScope.js handle the case when execution order in a concatenated module is runtime-dependent 2020-10-29 17:53:56 +01:00
ConcurrentCompilationError.js
ConditionalInitFragment.js merge multiple import statements with different conditions correctly 2020-10-27 06:48:54 +01:00
ConstPlugin.js
ContextExclusionPlugin.js
ContextModule.js improve handling of exported Promises 2020-11-16 20:24:54 +01:00
ContextModuleFactory.js fix bug for maxCallStack in ContextModuleFactory 2020-09-13 18:13:52 +05:30
ContextReplacementPlugin.js
DefinePlugin.js replace output.ecmaVersion with output.environment and more detailed flags 2020-09-10 11:12:28 +02:00
DelegatedModule.js add useSimpleSourceMap flag to enable/disable OriginalSource for generated code 2020-10-26 16:33:38 +01:00
DelegatedModuleFactoryPlugin.js enable mjs experiment 2020-09-07 23:15:24 +02:00
DelegatedPlugin.js
DependenciesBlock.js
Dependency.js merge multiple import statements with different conditions correctly 2020-10-27 06:48:54 +01:00
DependencyTemplate.js add ConcatenationScope 2020-09-15 12:34:50 +02:00
DependencyTemplates.js
DllEntryPlugin.js
DllModule.js
DllModuleFactory.js
DllPlugin.js chore(deps): update `schema-utils` 2020-10-05 21:58:54 +03:00
DllReferencePlugin.js chore(deps): update `schema-utils` 2020-10-05 21:58:54 +03:00
DynamicEntryPlugin.js
EntryOptionPlugin.js fix incorrect type 2020-10-12 09:45:19 +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
ExportsInfo.js fix conflicting real imports and type imports 2020-11-26 10:02:59 +01:00
ExportsInfoApiPlugin.js
ExternalModule.js add useSimpleSourceMap flag to enable/disable OriginalSource for generated code 2020-10-26 16:33:38 +01:00
ExternalModuleFactoryPlugin.js
ExternalsPlugin.js
FileSystemInfo.js fix incorrect iteration 2020-09-18 21:47:46 +02:00
FlagAllModulesAsUsedPlugin.js
FlagDependencyExportsPlugin.js avoid setting export target too often 2020-09-15 12:36:20 +02:00
FlagDependencyUsagePlugin.js fix conflicting real imports and type imports 2020-11-26 10:02:59 +01:00
FlagEntryExportAsUsedPlugin.js
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 chore(deps): update `schema-utils` 2020-10-05 21:58:54 +03:00
IgnoreWarningsPlugin.js add config.ignoreWarnings 2020-09-20 22:08:38 +02:00
InitFragment.js
LibManifestPlugin.js new Worker() support 2020-09-08 07:37:20 +02:00
LibraryTemplatePlugin.js
LoaderOptionsPlugin.js chore(deps): update `schema-utils` 2020-10-05 21:58:54 +03:00
LoaderTargetPlugin.js
MainTemplate.js
Module.js enable named exports for commonjs as node.js supports it now 2020-11-03 09:14:59 +01:00
ModuleBuildError.js
ModuleDependencyError.js
ModuleDependencyWarning.js
ModuleError.js
ModuleFactory.js
ModuleFilenameHelpers.js change let to const 2020-11-11 15:10:09 +01:00
ModuleGraph.js refactor module concatenation to address discovered bugs/edge cases 2020-09-15 12:36:02 +02:00
ModuleGraphConnection.js fix some nitpicks with active state 2020-10-07 09:36:41 +02:00
ModuleInfoHeaderPlugin.js
ModuleNotFoundError.js Improve suggested Node.js polyfill config 2020-10-07 22:52:46 +02:00
ModuleParseError.js
ModuleProfile.js
ModuleRestoreError.js
ModuleStoreError.js
ModuleTemplate.js Fix ModuleTemplate.hooks.hash deprecation message 2020-10-12 21:39:43 +09:00
ModuleWarning.js
MultiCompiler.js
MultiStats.js replace hash, version, time and builtAt with build summary at the bottom 2020-09-03 22:12:52 +02:00
MultiWatching.js
NoEmitOnErrorsPlugin.js
NoModeWarning.js
NodeStuffPlugin.js improve target options 2020-09-10 11:42:09 +02:00
NormalModule.js fix conflicting real imports and type imports 2020-11-26 10:02:59 +01: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
PrefetchPlugin.js
ProgressPlugin.js fix a unneeded cache store when using child compilers 2020-10-28 13:43:39 +01:00
ProvidePlugin.js fix called variables with ProvidePlugin 2020-10-10 02:52:43 +02:00
RawModule.js add useSimpleSourceMap flag to enable/disable OriginalSource for generated code 2020-10-26 16:33:38 +01:00
RecordIdsPlugin.js
RequestShortener.js
RequireJsStuffPlugin.js
ResolverFactory.js
RuntimeGlobals.js generate code that executes depending on runtime 2020-10-27 06:30:49 +01:00
RuntimeModule.js add useSimpleSourceMap flag to enable/disable OriginalSource for generated code 2020-10-26 16:33:38 +01:00
RuntimePlugin.js generate code that executes depending on runtime 2020-10-27 06:30:49 +01:00
RuntimeTemplate.js fix conflicting real imports and type imports 2020-11-26 10:02:59 +01:00
SelfModuleFactory.js
SingleEntryPlugin.js
SizeFormatHelpers.js
SourceMapDevToolModuleOptionsPlugin.js add useSimpleSourceMap flag to enable/disable OriginalSource for generated code 2020-10-26 16:33:38 +01:00
SourceMapDevToolPlugin.js add useSimpleSourceMap flag to enable/disable OriginalSource for generated code 2020-10-26 16:33:38 +01: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 conflicting real imports and type imports 2020-11-26 10:02:59 +01:00
TemplatedPathPlugin.js
UnhandledSchemeError.js
UnsupportedFeatureWarning.js
UseStrictPlugin.js
WarnCaseSensitiveModulesPlugin.js
WarnDeprecatedOptionPlugin.js
WarnNoModeSetPlugin.js
WatchIgnorePlugin.js chore(deps): update `schema-utils` 2020-10-05 21:58:54 +03:00
Watching.js fix conflicting real imports and type imports 2020-11-26 10:02:59 +01:00
WebpackError.js
WebpackOptionsApply.js chore: fix case typo 2020-11-02 01:10:42 +08:00
WebpackOptionsDefaulter.js
buildChunkGraph.js build chunk graph with runtime awareness 2020-10-16 11:47:38 +02:00
cli.js
formatLocation.js
index.js Merge pull request #11645 from wood1986/features/expose-entry-fn 2020-10-13 14:25:45 +02:00
validateSchema.js chore(deps): update `schema-utils` 2020-10-05 21:58:54 +03:00
webpack.js fix conflicting real imports and type imports 2020-11-26 10:02:59 +01:00