webpack/lib
Ivan Kopeykin 99a5793ca8 throw error when using module concatenation and cacheUnaffected
optimization.concatenateModules can't be used with cacheUnaffected as module concatenation is a global effect
2022-04-04 15:37:32 +03:00
..
asset avoid hasing the default encoding 2022-02-28 09:45:00 +01:00
async-modules fix handling of errors thrown in async modules 2022-01-27 16:28:28 +01:00
cache show different text for build error skips 2022-03-16 15:25:32 +01:00
config Merge pull request #15002 from TrickyPi/fix-14927 2022-03-15 11:44:23 +01:00
container fix: pretty-lint error "RuntimeGlobals.moduleFactories" 2022-04-02 09:00:08 +08:00
css fix types 2022-02-08 21:48:57 +03:00
debug Pass all attributes of old tap with only overidden fn 2022-02-12 17:18:29 -08:00
dependencies add test case 2022-03-28 08:03:20 +03:00
electron
errors
esm fix chunk loading 2022-03-07 10:59:04 +03:00
hmr fix egde case where a HMR chunk is incorrectly downloaded when loading a unchanged chunk during HMR downloading 2022-04-01 14:45:53 +02:00
ids Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
javascript Merge pull request #15455 from webpack/feature/support-in-operator 2022-03-17 11:17:39 +01:00
json
library support arrow function in umd 2022-03-18 18:58:50 +03:00
logging
node add semicolon 2022-02-22 09:54:35 +01:00
optimize throw error when using module concatenation and cacheUnaffected 2022-04-04 15:37:32 +03:00
performance
prefetch
rules
runtime add base uri runtime module if chunkLoading=false 2022-03-07 12:28:03 +03:00
schemes support to specify the `buildHttp.proxy` for `HttpUrlPlugin` 2022-02-26 23:20:36 +08:00
serialization limit writes to 2022-02-15 10:28:18 +01:00
sharing Merge pull request #15182 from webpack/bugfix/lib-ident-includes-layer 2022-01-18 09:59:01 +01:00
stats Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
util Merge pull request #15455 from webpack/feature/support-in-operator 2022-03-17 11:17:39 +01:00
wasm
wasm-async fix handling of errors thrown in async modules 2022-01-27 16:28:28 +01:00
wasm-sync
web fix egde case where a HMR chunk is incorrectly downloaded when loading a unchanged chunk during HMR downloading 2022-04-01 14:45:53 +02:00
webworker add semicolon 2022-02-22 09:54:35 +01:00
APIPlugin.js change __webpack_module_id__ to __webpack_module__.id 2022-01-31 13:53:58 +01:00
AbstractMethodError.js
AsyncDependenciesBlock.js
AsyncDependencyToInitialChunkError.js
AutomaticPrefetchPlugin.js
BannerPlugin.js Allow banner to be placed as a footer 2022-04-01 12:29:34 -06:00
Cache.js fix callback err type should include null 2021-12-24 20:27:31 +08:00
CacheFacade.js Merge branch 'webpack:main' into fix-callback-err-type-should-include-null 2022-01-14 20:07:21 +08:00
CaseSensitiveModulesWarning.js
Chunk.js Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
ChunkGraph.js fix types 2022-02-08 21:48:57 +03:00
ChunkGroup.js Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
ChunkRenderError.js
ChunkTemplate.js
CleanPlugin.js fix timestamps 2022-02-28 15:20:44 +03:00
CodeGenerationError.js
CodeGenerationResults.js
CommentCompilationWarning.js
CompatibilityPlugin.js
Compilation.js support context in Dependency 2022-03-25 17:01:48 +03:00
Compiler.js fix discussions 2022-03-28 15:37:52 +03:00
ConcatenationScope.js
ConcurrentCompilationError.js
ConditionalInitFragment.js
ConstPlugin.js fix parser.evaluteExpression api 2022-03-15 15:37:17 +03:00
ContextExclusionPlugin.js
ContextModule.js fix allDeps list 2022-03-16 15:32:48 +03:00
ContextModuleFactory.js support context in Dependency 2022-03-25 17:01:48 +03:00
ContextReplacementPlugin.js
DefinePlugin.js
DelegatedModule.js fix callback err type should include null 2021-12-24 20:27:31 +08:00
DelegatedModuleFactoryPlugin.js Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
DelegatedPlugin.js
DependenciesBlock.js
Dependency.js support context in Dependency 2022-03-25 17:01:48 +03:00
DependencyTemplate.js add support for :export {} block 2021-12-14 16:21:32 +01:00
DependencyTemplates.js provide hashFunction parameter to DependencyTemplates 2022-01-18 13:42:13 +03:00
DllEntryPlugin.js
DllModule.js fix callback err type should include null 2021-12-24 20:27:31 +08:00
DllModuleFactory.js
DllPlugin.js
DllReferencePlugin.js
DynamicEntryPlugin.js
EntryOptionPlugin.js add baseUri entry option 2022-02-21 16:23:47 +03:00
EntryPlugin.js
Entrypoint.js
EnvironmentPlugin.js
ErrorHelpers.js Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
EvalDevToolModulePlugin.js
EvalSourceMapDevToolPlugin.js
ExportsInfo.js fix ExportsInfo 2022-02-10 16:20:53 +03:00
ExportsInfoApiPlugin.js
ExternalModule.js Merge branch 'webpack:main' into fix-callback-err-type-should-include-null 2022-01-14 20:07:21 +08:00
ExternalModuleFactoryPlugin.js Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
ExternalsPlugin.js
FileSystemInfo.js support node.js builtin modules in esm build dependencies 2022-04-01 14:52:53 +02:00
FlagAllModulesAsUsedPlugin.js
FlagDependencyExportsPlugin.js
FlagDependencyUsagePlugin.js
FlagEntryExportAsUsedPlugin.js
Generator.js Merge branch 'main' into fix-14839 2022-02-22 11:12:13 +01:00
GraphHelpers.js
HarmonyLinkingError.js
HookWebpackError.js fix callback err type should include null 2021-12-24 20:27:31 +08:00
HotModuleReplacementPlugin.js
HotUpdateChunk.js
IgnoreErrorModuleFactory.js
IgnorePlugin.js
IgnoreWarningsPlugin.js
InitFragment.js
InvalidDependenciesModuleWarning.js
JavascriptMetaInfoPlugin.js
LibManifestPlugin.js
LibraryTemplatePlugin.js
LoaderOptionsPlugin.js Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
LoaderTargetPlugin.js
MainTemplate.js
Module.js fix: use relative path in source map for context module 2022-02-19 01:02:31 +08:00
ModuleBuildError.js
ModuleDependencyError.js
ModuleDependencyWarning.js
ModuleError.js
ModuleFactory.js
ModuleFilenameHelpers.js Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
ModuleGraph.js
ModuleGraphConnection.js
ModuleHashingError.js improve hashing 2022-02-22 12:23:24 +01:00
ModuleInfoHeaderPlugin.js
ModuleNotFoundError.js
ModuleParseError.js
ModuleProfile.js
ModuleRestoreError.js
ModuleStoreError.js
ModuleTemplate.js
ModuleWarning.js
MultiCompiler.js fix callback err type should include null 2021-12-24 20:27:31 +08:00
MultiStats.js
MultiWatching.js add omitted types should include null 2022-01-11 19:41:14 +08:00
NoEmitOnErrorsPlugin.js
NoModeWarning.js
NodeStuffInWebError.js
NodeStuffPlugin.js fix renaming 2022-02-22 13:37:58 +03:00
NormalModule.js Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
NormalModuleFactory.js Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
NormalModuleReplacementPlugin.js
NullFactory.js
OptimizationStages.js
OptionsApply.js
Parser.js
PrefetchPlugin.js
ProgressPlugin.js use beforeRun hook for handle 0 2022-02-24 18:18:12 +03:00
ProvidePlugin.js
RawModule.js fix callback err type should include null 2021-12-24 20:27:31 +08:00
RecordIdsPlugin.js
RequestShortener.js
RequireJsStuffPlugin.js
ResolverFactory.js
RuntimeGlobals.js Merge pull request #14173 from tosmolka/tosmolka/14075 2022-01-20 17:36:55 +01:00
RuntimeModule.js fix callback err type should include null 2021-12-24 20:27:31 +08:00
RuntimePlugin.js use global chunkLoading option 2022-03-08 11:10:05 +03:00
RuntimeTemplate.js Merge branch 'main' into fix-14839 2022-02-22 11:12:13 +01:00
SelfModuleFactory.js
SingleEntryPlugin.js
SizeFormatHelpers.js
SourceMapDevToolModuleOptionsPlugin.js
SourceMapDevToolPlugin.js
Stats.js
Template.js resolve todos, nitpicks 2021-12-03 08:47:17 +01:00
TemplatedPathPlugin.js fix resource name when filename is data uri 2022-02-01 17:47:32 +03:00
UnhandledSchemeError.js
UnsupportedFeatureWarning.js
UseStrictPlugin.js
WarnCaseSensitiveModulesPlugin.js
WarnDeprecatedOptionPlugin.js
WarnNoModeSetPlugin.js
WatchIgnorePlugin.js upgrade watchpack 2021-11-25 09:27:04 +01:00
Watching.js Merge branch 'webpack:main' into fix-callback-err-type-should-include-null 2022-01-14 20:07:21 +08:00
WebpackError.js
WebpackIsIncludedPlugin.js
WebpackOptionsApply.js add ImportMetaContextPlugin 2022-03-01 18:11:31 +03:00
WebpackOptionsDefaulter.js
buildChunkGraph.js Merge avaiable modules correctly 2022-02-08 12:35:14 +08:00
cli.js move to cli 2022-01-14 13:19:48 +01:00
formatLocation.js
index.js feat(types): import types needed for export in index.js 2022-02-12 18:43:48 +01:00
validateSchema.js
webpack.js fix pre-compiled schema validation for Infinity and arrays 2021-11-24 08:34:55 +01:00