| .. |
|
debug
|
feat(profiling): add profiling plugin
|
2018-01-18 19:02:27 -08:00 |
|
dependencies
|
Refactor chunk graph
|
2018-01-19 19:21:30 +01:00 |
|
node
|
split Chunk.isInitial into isOnlyInitial and canBeInitial
|
2018-01-22 12:52:28 +01:00 |
|
optimize
|
Deprecate forEach* and map* methods
|
2018-01-23 22:19:59 +01:00 |
|
performance
|
split Chunk.isInitial into isOnlyInitial and canBeInitial
|
2018-01-22 12:52:28 +01:00 |
|
util
|
Remove v3 deprecated APIs
|
2018-01-23 23:25:01 +01:00 |
|
wasm
|
split Chunk.isInitial into isOnlyInitial and canBeInitial
|
2018-01-22 12:52:28 +01:00 |
|
web
|
split Chunk.isInitial into isOnlyInitial and canBeInitial
|
2018-01-22 12:52:28 +01:00 |
|
webworker
|
Refactor chunk graph
|
2018-01-19 19:21:30 +01:00 |
|
APIPlugin.js
|
Use Parser#hooks instead of Tapable#plugin
|
2017-12-21 09:08:10 +01:00 |
|
AmdMainTemplatePlugin.js
|
fix: failing tests, typo, and missing .tap fn
|
2017-12-15 23:46:41 -08:00 |
|
AsyncDependenciesBlock.js
|
Refactor chunk graph
|
2018-01-19 19:21:30 +01:00 |
|
AsyncDependencyToInitialChunkError.js
|
Feature: Disallow to load initial chunk on demand..: rename class to Error
|
2017-12-19 17:43:02 +02:00 |
|
AutomaticPrefetchPlugin.js
|
Use tapable instead of 'plugin'
|
2017-12-08 14:23:31 +01:00 |
|
BannerPlugin.js
|
split Chunk.isInitial into isOnlyInitial and canBeInitial
|
2018-01-22 12:52:28 +01:00 |
|
BasicEvaluatedExpression.js
|
Make BasicEvaluatedExpression monomorphic
|
2018-01-03 22:44:17 +01:00 |
|
CachePlugin.js
|
Replace deprecated Tapable#apply by Plugin#apply
|
2017-12-20 11:53:56 +01:00 |
|
CaseSensitiveModulesWarning.js
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04:00 |
|
Chunk.js
|
Merge branch 'next' into remove_v3_deprecated
|
2018-01-24 08:45:13 +01:00 |
|
ChunkGroup.js
|
remove unused code
|
2018-01-21 11:12:36 +01:00 |
|
ChunkRenderError.js
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04:00 |
|
ChunkTemplate.js
|
remove unused code
|
2018-01-21 11:12:36 +01:00 |
|
CompatibilityPlugin.js
|
Use Parser#hooks instead of Tapable#plugin
|
2017-12-21 09:08:10 +01:00 |
|
Compilation.js
|
Merge branch 'next' into remove_v3_deprecated
|
2018-01-24 08:45:13 +01:00 |
|
Compiler.js
|
Remove v3 deprecated APIs
|
2018-01-23 23:25:01 +01:00 |
|
ConstPlugin.js
|
Merge pull request #6273 from ooflorent/fix-4857/unreachable_branches
|
2018-01-12 10:55:27 +01:00 |
|
ContextExclusionPlugin.js
|
Remove some plugin calls
|
2017-12-14 14:42:49 +01:00 |
|
ContextModule.js
|
Remove v3 deprecated APIs
|
2018-01-23 23:25:01 +01:00 |
|
ContextModuleFactory.js
|
Do not use deprecated features of enhanced-resolve
|
2017-12-22 19:54:57 +01:00 |
|
ContextReplacementPlugin.js
|
Use tap() instead of tapAsync() when possible
|
2017-12-14 15:11:56 +01:00 |
|
DefinePlugin.js
|
Use Parser#hooks instead of Tapable#plugin
|
2017-12-21 09:08:10 +01:00 |
|
DelegatedModule.js
|
move generated runtime code to RuntimeTemplate
|
2017-12-22 19:41:28 +01:00 |
|
DelegatedModuleFactoryPlugin.js
|
Remove some plugin calls
|
2017-12-14 14:42:49 +01:00 |
|
DelegatedPlugin.js
|
Replace deprecated Tapable#apply by Plugin#apply
|
2017-12-20 11:53:56 +01:00 |
|
DependenciesBlock.js
|
avoid using forEach
|
2017-11-24 17:22:45 +01:00 |
|
DependenciesBlockVariable.js
|
pass runtimeTemplate to DependencyTemplate
|
2017-12-11 17:59:32 +01:00 |
|
Dependency.js
|
replace isEqualResource with more performance implementation
|
2017-11-19 00:22:38 +01:00 |
|
DllEntryPlugin.js
|
Use tapable instead of 'plugin'
|
2017-12-08 14:23:31 +01:00 |
|
DllModule.js
|
refactor meta -> buildMeta, add factoryMeta
|
2017-12-12 16:57:50 +01:00 |
|
DllModuleFactory.js
|
Upgrade tapable in ModuleFactories
|
2017-11-28 09:54:24 +01:00 |
|
DllPlugin.js
|
Replace deprecated Tapable#apply by Plugin#apply
|
2017-12-20 11:53:56 +01:00 |
|
DllReferencePlugin.js
|
Replace deprecated Tapable#apply by Plugin#apply
|
2017-12-20 11:53:56 +01:00 |
|
DynamicEntryPlugin.js
|
fix(beautify): fix beautify-lint
|
2017-12-07 23:00:32 -08:00 |
|
EntryModuleNotFoundError.js
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04:00 |
|
EntryOptionPlugin.js
|
Replace deprecated Tapable#apply by Plugin#apply
|
2017-12-20 11:53:56 +01:00 |
|
Entrypoint.js
|
Refactor chunk graph
|
2018-01-19 19:21:30 +01:00 |
|
EnvironmentPlugin.js
|
Replace deprecated Tapable#apply by Plugin#apply
|
2017-12-20 11:53:56 +01:00 |
|
ErrorHelpers.js
|
Refactor: indexOf >< checks to includes
|
2018-01-11 18:58:39 +02:00 |
|
EvalDevToolModulePlugin.js
|
Replace deprecated Tapable#apply by Plugin#apply
|
2017-12-20 11:53:56 +01:00 |
|
EvalDevToolModuleTemplatePlugin.js
|
Remove some plugin calls
|
2017-12-14 14:42:49 +01:00 |
|
EvalSourceMapDevToolModuleTemplatePlugin.js
|
Use Buffer.from instead of new Buffer
|
2018-01-22 17:23:34 +01:00 |
|
EvalSourceMapDevToolPlugin.js
|
Replace deprecated Tapable#apply by Plugin#apply
|
2017-12-20 11:53:56 +01:00 |
|
ExportPropertyMainTemplatePlugin.js
|
fix: failing tests, typo, and missing .tap fn
|
2017-12-15 23:46:41 -08:00 |
|
ExtendedAPIPlugin.js
|
Use Parser#hooks instead of Tapable#plugin
|
2017-12-21 09:08:10 +01:00 |
|
ExternalModule.js
|
add output.globalObject configuration option
|
2017-12-27 18:46:37 +01:00 |
|
ExternalModuleFactoryPlugin.js
|
Remove some plugin calls
|
2017-12-14 14:42:49 +01:00 |
|
ExternalsPlugin.js
|
Replace deprecated Tapable#apply by Plugin#apply
|
2017-12-20 11:53:56 +01:00 |
|
FlagDependencyExportsPlugin.js
|
replace harmonyModule flag with exportsType 3-state
|
2017-12-22 19:42:41 +01:00 |
|
FlagDependencyUsagePlugin.js
|
Refactor: indexOf >< checks to includes
|
2018-01-11 18:58:39 +02:00 |
|
FlagInitialModulesAsUsedPlugin.js
|
split Chunk.isInitial into isOnlyInitial and canBeInitial
|
2018-01-22 12:52:28 +01:00 |
|
FunctionModulePlugin.js
|
Replace deprecated Tapable#apply by Plugin#apply
|
2017-12-20 11:53:56 +01:00 |
|
FunctionModuleTemplatePlugin.js
|
Remove some plugin calls
|
2017-12-14 14:42:49 +01:00 |
|
GraphHelpers.js
|
remove unused code
|
2018-01-21 11:12:36 +01:00 |
|
HashedModuleIdsPlugin.js
|
Use tapable instead of 'plugin'
|
2017-12-08 14:23:31 +01:00 |
|
HotModuleReplacement.runtime.js
|
Refactor: indexOf >< checks to includes
|
2018-01-11 18:58:39 +02:00 |
|
HotModuleReplacementPlugin.js
|
Deprecate forEach* and map* methods
|
2018-01-23 22:19:59 +01:00 |
|
HotUpdateChunkTemplate.js
|
make all methods on Template static
|
2017-12-07 09:49:50 +01:00 |
|
IgnorePlugin.js
|
Use tap() instead of tapAsync() when possible
|
2017-12-14 15:11:56 +01:00 |
|
JavascriptModulesPlugin.js
|
Refactor how source type is handled by the parser
|
2018-01-22 09:30:43 +01:00 |
|
JsonModulesPlugin.js
|
add tree-shaking for json modules
|
2017-12-22 19:49:43 +01:00 |
|
JsonParser.js
|
add tree-shaking for json modules
|
2017-12-22 19:49:43 +01:00 |
|
LibManifestPlugin.js
|
Deprecate forEach* and map* methods
|
2018-01-23 22:19:59 +01:00 |
|
LibraryTemplatePlugin.js
|
add output.globalObject configuration option
|
2017-12-27 18:46:37 +01:00 |
|
LoaderOptionsPlugin.js
|
Use tapable instead of 'plugin'
|
2017-12-08 14:23:31 +01:00 |
|
LoaderTargetPlugin.js
|
Use tapable instead of 'plugin'
|
2017-12-08 14:23:31 +01:00 |
|
MainTemplate.js
|
remove unused code
|
2018-01-21 11:12:36 +01:00 |
|
MemoryOutputFileSystem.js
|
…
|
|
|
Module.js
|
Merge branch 'next' into remove_v3_deprecated
|
2018-01-24 08:45:13 +01:00 |
|
ModuleBuildError.js
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04:00 |
|
ModuleDependencyError.js
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04:00 |
|
ModuleDependencyWarning.js
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04:00 |
|
ModuleError.js
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04:00 |
|
ModuleFilenameHelpers.js
|
Deprecate forEach* and map* methods
|
2018-01-23 22:19:59 +01:00 |
|
ModuleNotFoundError.js
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04:00 |
|
ModuleParseError.js
|
remove absolute path from parse error
|
2017-10-17 10:41:09 +02:00 |
|
ModuleReason.js
|
Remove v3 deprecated APIs
|
2018-01-23 23:25:01 +01:00 |
|
ModuleTemplate.js
|
pass runtimeTemplate to DependencyTemplate
|
2017-12-11 17:59:32 +01:00 |
|
ModuleWarning.js
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04:00 |
|
MultiCompiler.js
|
Replace dictionaries by Map or Set
|
2018-01-06 09:45:57 +01:00 |
|
MultiEntryPlugin.js
|
fix(beautify): fix beautify-lint
|
2017-12-07 23:00:32 -08:00 |
|
MultiModule.js
|
Feature: Use WebpackMissingModule
|
2017-12-19 16:31:43 +02:00 |
|
MultiModuleFactory.js
|
Upgrade tapable in ModuleFactories
|
2017-11-28 09:54:24 +01:00 |
|
MultiStats.js
|
Merge branch 'master' into refactor-MultiStats
|
2017-04-05 12:56:26 +02:00 |
|
MultiWatching.js
|
migrate missed watchClose hook
|
2017-11-28 16:23:43 +01:00 |
|
NamedChunksPlugin.js
|
Use tapable instead of 'plugin'
|
2017-12-08 14:23:31 +01:00 |
|
NamedModulesPlugin.js
|
Use tapable instead of 'plugin'
|
2017-12-08 14:23:31 +01:00 |
|
NoEmitOnErrorsPlugin.js
|
Merge branch 'master' into next
|
2018-01-04 20:59:34 +01:00 |
|
NoModeWarning.js
|
Fix typo in NoModeWarning.js
|
2018-01-14 20:56:57 +00:00 |
|
NodeStuffPlugin.js
|
replace harmonyModule flag with exportsType 3-state
|
2017-12-22 19:42:41 +01:00 |
|
NormalModule.js
|
Use Buffer.from instead of new Buffer
|
2018-01-22 17:23:34 +01:00 |
|
NormalModuleFactory.js
|
Refactor how source type is handled by the parser
|
2018-01-22 09:30:43 +01:00 |
|
NormalModuleReplacementPlugin.js
|
Use tap() instead of tapAsync() when possible
|
2017-12-14 15:11:56 +01:00 |
|
NullFactory.js
|
Refactor(ES6): Null Factory
|
2017-02-22 16:01:17 +08:00 |
|
OptionsApply.js
|
Refactor(ES6): Lint fixes
|
2017-02-22 16:12:24 +08:00 |
|
OptionsDefaulter.js
|
Enable minimizing in production mode
|
2017-12-14 00:06:56 +01:00 |
|
Parser.js
|
Refactor how source type is handled by the parser
|
2018-01-22 09:30:43 +01:00 |
|
ParserHelpers.js
|
Update Parser helpers to be compatible with hooks
|
2017-12-15 17:08:49 +01:00 |
|
PrefetchPlugin.js
|
Use tapable instead of 'plugin'
|
2017-12-08 14:23:31 +01:00 |
|
ProgressPlugin.js
|
Replace deprecated Tapable#apply by Plugin#apply
|
2017-12-20 11:53:56 +01:00 |
|
ProvidePlugin.js
|
Refactor: indexOf >< checks to includes
|
2018-01-11 18:58:39 +02:00 |
|
RawModule.js
|
refactor meta -> buildMeta, add factoryMeta
|
2017-12-12 16:57:50 +01:00 |
|
RecordIdsPlugin.js
|
Refactor chunk graph
|
2018-01-19 19:21:30 +01:00 |
|
RequestShortener.js
|
memorize request shortener results
|
2017-11-24 17:21:03 +01:00 |
|
RequireJsStuffPlugin.js
|
Use Parser#hooks instead of Tapable#plugin
|
2017-12-21 09:08:10 +01:00 |
|
ResolverFactory.js
|
upgrade tapable for ResolverFactory
|
2017-11-28 16:54:18 +01:00 |
|
RuleSet.js
|
Refactor: indexOf >< checks to includes
|
2018-01-11 18:58:39 +02:00 |
|
RuntimeTemplate.js
|
Refactor chunk graph
|
2018-01-19 19:21:30 +01:00 |
|
SetVarMainTemplatePlugin.js
|
fix: failing tests, typo, and missing .tap fn
|
2017-12-15 23:46:41 -08:00 |
|
SingleEntryPlugin.js
|
fix(beautify): fix beautify-lint
|
2017-12-07 23:00:32 -08:00 |
|
SizeFormatHelpers.js
|
Display file size in kibibytes in statistics. Fix #5769
|
2017-10-09 14:20:20 +04:00 |
|
SourceMapDevToolModuleOptionsPlugin.js
|
Use tapable instead of 'plugin'
|
2017-12-08 14:23:31 +01:00 |
|
SourceMapDevToolPlugin.js
|
Use Buffer.from instead of new Buffer
|
2018-01-22 17:23:34 +01:00 |
|
Stats.js
|
Deprecate forEach* and map* methods
|
2018-01-23 22:19:59 +01:00 |
|
Template.js
|
Replace dictionaries by Map or Set
|
2018-01-06 09:45:57 +01:00 |
|
TemplatedPathPlugin.js
|
split Chunk.isInitial into isOnlyInitial and canBeInitial
|
2018-01-22 12:52:28 +01:00 |
|
UmdMainTemplatePlugin.js
|
add output.globalObject configuration option
|
2017-12-27 18:46:37 +01:00 |
|
UnsupportedFeatureWarning.js
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04:00 |
|
UseStrictPlugin.js
|
Eliminate unreachable branches
|
2018-01-11 19:35:24 +01:00 |
|
WarnCaseSensitiveModulesPlugin.js
|
Use tapable instead of 'plugin'
|
2017-12-08 14:23:31 +01:00 |
|
WarnNoModeSetPlugin.js
|
Use tapable instead of 'plugin'
|
2017-12-08 14:23:31 +01:00 |
|
WatchIgnorePlugin.js
|
add getContext/FileTimestamps to watcher
|
2018-01-03 13:01:27 +01:00 |
|
Watching.js
|
add getContext/FileTimestamps to watcher
|
2018-01-03 13:01:27 +01:00 |
|
WebAssemblyModulesPlugin.js
|
add support for imports in wasm modules
|
2017-12-20 20:42:42 +01:00 |
|
WebAssemblyParser.js
|
replace harmonyModule flag with exportsType 3-state
|
2017-12-22 19:42:41 +01:00 |
|
WebpackError.js
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04:00 |
|
WebpackOptionsApply.js
|
Refactor chunk graph
|
2018-01-19 19:21:30 +01:00 |
|
WebpackOptionsDefaulter.js
|
make default cache group explicit
|
2018-01-20 13:13:10 +01:00 |
|
WebpackOptionsValidationError.js
|
Refactor: indexOf >< checks to includes
|
2018-01-11 18:58:39 +02:00 |
|
compareLocations.js
|
Update code style to arrow functions
|
2017-11-08 11:56:01 +01:00 |
|
formatLocation.js
|
refactor(formatLocation): upgrade to ES6
|
2017-04-17 22:00:47 +10:00 |
|
prepareOptions.js
|
Update code style to arrow functions
|
2017-11-08 11:56:01 +01:00 |
|
validateSchema.js
|
Update code style to arrow functions
|
2017-11-08 11:56:01 +01:00 |
|
webpack.js
|
Sort exports
|
2018-01-23 21:02:51 +01:00 |
|
webpack.web.js
|
remove one line of useless code
|
2017-07-07 11:16:02 +08:00 |