| .. |
|
dependencies
|
allow tree-shaking for require.include
|
2017-12-04 16:24:40 +01:00 |
|
node
|
missing dependencies could be files too
|
2017-07-15 10:27:01 +02:00 |
|
optimize
|
Avoid calling hash.update multiple times in ConcatenatedModules
|
2017-11-23 08:31:16 -08:00 |
|
performance
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04:00 |
|
util
|
improve performance by doing a breath-first traversal in the chunk graph
|
2017-10-12 20:03:36 +02:00 |
|
web
|
refactor(WebEnvironmentPlugin): upgrade to ES6 (#3790)
|
2017-01-05 11:34:34 -06:00 |
|
webworker
|
fixup! [fix] error on HMR with es6 bundles
|
2017-10-30 08:43:56 +01:00 |
|
APIPlugin.js
|
refactor: remove unused code
|
2017-04-11 19:39:24 +08:00 |
|
AmdMainTemplatePlugin.js
|
Remove deprecated property usage
|
2017-06-25 16:03:05 +02:00 |
|
AsyncDependenciesBlock.js
|
Use a Set to store modules in a chunk
|
2017-05-16 11:50:50 +02:00 |
|
AsyncDependencyToInitialChunkWarning.js
|
fix behavior and add a warning when trying to load an
|
2017-10-17 09:06:05 +02:00 |
|
AutomaticPrefetchPlugin.js
|
Changing async to asyncLib
|
2017-04-05 21:05:00 +08:00 |
|
BannerPlugin.js
|
shouldnt exclude ? when parsing querystring
|
2017-04-17 15:58:04 -04:00 |
|
BasicEvaluatedExpression.js
|
accept truthy/falsy value for not
|
2017-06-20 15:58:24 +02:00 |
|
CachePlugin.js
|
remove unused code, add todo comment
|
2017-09-13 17:21:38 +02:00 |
|
CaseSensitiveModulesWarning.js
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04:00 |
|
Chunk.js
|
Fix: the require-ensure only includes non-initial chunks
|
2018-01-04 19:25:03 +01:00 |
|
ChunkRenderError.js
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04:00 |
|
ChunkTemplate.js
|
fix: typos and variables/function misuse
|
2017-04-11 19:43:05 +08:00 |
|
CompatibilityPlugin.js
|
refactor(ES6): upgrade CompatibilityPlugin to ES6
|
2017-01-10 15:59:55 +05:30 |
|
Compilation.js
|
fix lint errors
|
2017-12-28 14:38:03 +01:00 |
|
Compiler.js
|
fix: Compiler parser.apply bug
|
2017-11-23 16:28:12 +08:00 |
|
ConstPlugin.js
|
convert more usages of BasicEvaluatedExpression with ParserHelpers
|
2017-01-21 13:51:35 +11:00 |
|
ContextExclusionPlugin.js
|
add ContextExclusionPlugin to allow excluding files/paths from lookup for contexts
|
2017-09-25 22:10:35 +10:00 |
|
ContextModule.js
|
code cleanup
|
2017-07-26 15:13:39 +02:00 |
|
ContextModuleFactory.js
|
Merge pull request #5812 from simon-paris/ignore-enoent-in-contextmodulefactory-resolvedependencies
|
2017-10-13 11:06:11 +02:00 |
|
ContextReplacementPlugin.js
|
ES6ify the ContextReplacementPlugin
|
2017-03-10 12:27:53 -05:00 |
|
DefinePlugin.js
|
Merge branch 'master' into next
|
2017-06-02 16:28:22 +02:00 |
|
DelegatedModule.js
|
updateHash using this.type and this.request instead
|
2017-09-17 23:05:38 +07:00 |
|
DelegatedModuleFactoryPlugin.js
|
use original request as libIdent for delegated modules
|
2017-07-25 13:41:37 +02:00 |
|
DelegatedPlugin.js
|
integrate the delegated module better into the exports flagging process
|
2017-07-26 10:12:40 +02:00 |
|
DependenciesBlock.js
|
ES6 refactoring in DependenciesBlock and Module
|
2017-04-04 00:22:23 +03:00 |
|
DependenciesBlockVariable.js
|
Bugfix/disable module in harmony (#3755)
|
2017-01-09 10:11:34 -06:00 |
|
Dependency.js
|
refactor: remove unused code
|
2017-04-11 19:39:24 +08:00 |
|
DllEntryPlugin.js
|
use const where applicable in DllEntryPlugin
|
2017-02-05 10:18:10 +11:00 |
|
DllModule.js
|
refactor(ES6): upgrade DllModule to ES6 (#3762)
|
2017-01-05 00:03:19 -06:00 |
|
DllModuleFactory.js
|
vars to lets and const
|
2017-11-15 13:58:45 +05:30 |
|
DllPlugin.js
|
refactor(ES6): upgrade DllPlugin to ES6 (#3760)
|
2017-01-04 23:59:22 -06:00 |
|
DllReferencePlugin.js
|
use type from manifest
|
2017-11-20 12:45:49 +01:00 |
|
DynamicEntryPlugin.js
|
code linting
|
2017-01-11 12:29:01 +01:00 |
|
EntryModuleNotFoundError.js
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04:00 |
|
EntryOptionPlugin.js
|
Refactor "EntryOptionPlugin.js"
|
2017-08-09 08:50:10 +08:00 |
|
Entrypoint.js
|
use const where applicable in Entrypoint
|
2017-02-05 10:19:49 +11:00 |
|
EnvironmentPlugin.js
|
EnvironmentPlugin: Support empty env variables
|
2017-03-17 16:37:43 +00:00 |
|
ErrorHelpers.js
|
add stack to non-Error error emitted
|
2017-03-22 13:29:40 +01:00 |
|
EvalDevToolModulePlugin.js
|
refactor(es6) upgrade EvalDevToolModuleTemplatePlugin to ES6 class
|
2017-01-18 23:44:33 -05:00 |
|
EvalDevToolModuleTemplatePlugin.js
|
refactor to arrow function
|
2017-02-08 09:15:28 +01:00 |
|
EvalSourceMapDevToolModuleTemplatePlugin.js
|
Source maps: webpack serves null content from sourcesContent #5542
|
2017-10-29 04:49:42 +05:30 |
|
EvalSourceMapDevToolPlugin.js
|
use const where applicable in EvalSourceMapDevToolPlugin
|
2017-02-05 10:23:50 +11:00 |
|
ExportPropertyMainTemplatePlugin.js
|
allow to export any property/export of the bundle
|
2017-06-02 14:52:41 +02:00 |
|
ExtendedAPIPlugin.js
|
Make ExtendedAPIPlugin expose chunkname.
|
2017-03-30 23:56:53 +02:00 |
|
ExternalModule.js
|
Fix #5806, TypeError on ExternalModule hash.update
|
2017-10-11 14:02:46 -05:00 |
|
ExternalModuleFactoryPlugin.js
|
implementing review suggestions
|
2017-06-08 13:22:58 -07:00 |
|
ExternalsPlugin.js
|
vars to lets and const
|
2017-11-15 13:58:45 +05:30 |
|
FlagDependencyExportsPlugin.js
|
harmony modules without exports have no exports instead of unknown
|
2017-06-14 22:46:10 +02:00 |
|
FlagDependencyUsagePlugin.js
|
vars to lets and const
|
2017-11-15 13:58:45 +05:30 |
|
FlagInitialModulesAsUsedPlugin.js
|
Use a Set to store modules in a chunk
|
2017-05-16 11:50:50 +02:00 |
|
FunctionModulePlugin.js
|
refactor(es6) upgrade FunctionModulePlugin to ES6 class
|
2017-01-11 10:28:02 -05:00 |
|
FunctionModuleTemplatePlugin.js
|
generate better comments for no used/provided exports
|
2017-10-09 15:46:10 +02:00 |
|
HashedModuleIdsPlugin.js
|
PR Feedback, adding libIdent to DelegatedModules and ExternalModules, in addition to NormalModules, to support HashedModuleIdsPlugin to while assigning hash based IDs to Modules
|
2017-05-17 09:49:09 -07:00 |
|
HotModuleReplacement.runtime.js
|
fix typo in HMR API
|
2017-09-04 08:45:07 +02:00 |
|
HotModuleReplacementPlugin.js
|
fix increasing delay with multiStep HMR
|
2017-11-23 11:11:32 +01:00 |
|
HotUpdateChunkTemplate.js
|
Use a Set to store modules in a chunk
|
2017-05-16 11:50:50 +02:00 |
|
IgnorePlugin.js
|
Fix typo in IgnorePlugin
|
2017-04-25 22:07:43 +02:00 |
|
JsonpChunkTemplatePlugin.js
|
Refactor(ES6): JsonpChunkTemplatePlugin
|
2017-02-28 20:50:02 +08:00 |
|
JsonpExportMainTemplatePlugin.js
|
refactor(JsonpExportMainTemplatePlugin): upgrade to ES6 (#3793)
|
2017-01-06 09:17:22 -06:00 |
|
JsonpHotUpdateChunkTemplatePlugin.js
|
refactor(JsonpHotUpdateChunkTemplatePlugin): upgrade to ES6 (#3831)
|
2017-01-08 12:49:54 -06:00 |
|
JsonpMainTemplate.runtime.js
|
Also add script.crossOrigin for hot-reloaded chunks
|
2017-09-27 14:16:34 -05:00 |
|
JsonpMainTemplatePlugin.js
|
stringify jsonpScriptType option
|
2018-01-04 20:06:24 +05:30 |
|
JsonpTemplatePlugin.js
|
refactor(es6) upgrade JsonpTemplatePlugin to ES6 class
|
2017-01-12 22:53:12 -05:00 |
|
LibManifestPlugin.js
|
improve a few issues
|
2017-05-20 14:54:42 +02:00 |
|
LibraryTemplatePlugin.js
|
allow to export any property/export of the bundle
|
2017-06-02 14:52:41 +02:00 |
|
LoaderOptionsPlugin.js
|
use const where applicable in LoaderOptionsPlugin
|
2017-02-05 10:29:26 +11:00 |
|
LoaderTargetPlugin.js
|
remove unnecessary target assign
|
2017-02-05 10:30:01 +11:00 |
|
MainTemplate.js
|
Fix: the require-ensure only includes non-initial chunks
|
2018-01-04 19:25:03 +01:00 |
|
MemoryOutputFileSystem.js
|
Moved to memory-fs module #98
|
2014-07-01 22:56:32 +02:00 |
|
Module.js
|
fix: Clear optimization bailouts on module.disconnect
|
2017-08-25 00:40:09 -05: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
|
use a Set for Module.chunks
|
2017-04-18 23:27:25 +02: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
|
use Set for ModuleReason chunk rewriting
|
2017-06-14 16:52:51 -04:00 |
|
ModuleTemplate.js
|
do not reassign variable with different values in ModuleTemplate
|
2017-02-05 10:32:52 +11:00 |
|
ModuleWarning.js
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04:00 |
|
MovedToPluginWarningPlugin.js
|
Link documentation to webpack.js.org
|
2017-02-07 10:07:01 +01:00 |
|
MultiCompiler.js
|
fix useless-escape linting issues
|
2017-07-24 11:54:06 +02:00 |
|
MultiEntryPlugin.js
|
code linting
|
2017-01-11 12:29:01 +01:00 |
|
MultiModule.js
|
refactor(MultiModule): upgrade to ES6
|
2017-03-10 22:19:33 +11:00 |
|
MultiModuleFactory.js
|
Update MultiModuleFactory.js
|
2017-02-21 11:17:24 -08:00 |
|
MultiStats.js
|
Merge branch 'master' into refactor-MultiStats
|
2017-04-05 12:56:26 +02:00 |
|
MultiWatching.js
|
changing async to asyncLib
|
2017-04-05 21:06:23 +08:00 |
|
NamedChunksPlugin.js
|
introduce named chunks plugin
|
2017-03-26 20:30:52 +11:00 |
|
NamedModulesPlugin.js
|
refactor(es6): Upgrade NamedModulesPlugin to es6 (#3619)
|
2016-12-29 01:05:11 -06:00 |
|
NewWatchingPlugin.js
|
Upgrade eslint (#3626)
|
2016-12-29 10:10:41 -06:00 |
|
NoEmitOnErrorsPlugin.js
|
update NoEmitOnErrorsPlugin to recognize child compilation errors, add tests
|
2017-12-28 03:41:42 -06:00 |
|
NoErrorsPlugin.js
|
Improvement: Ensure util.depracation use for deprecation warnings: revert NoErrors plugin
|
2017-11-20 13:55:21 +02:00 |
|
NodeStuffPlugin.js
|
evaluate some identifiers to truthy values
|
2017-06-02 13:24:47 +02:00 |
|
NormalModule.js
|
Prevent NormalModule contextify from contextifying query parameters
|
2017-08-29 23:50:22 +02:00 |
|
NormalModuleFactory.js
|
Maintain ident when chaining pitching loaders
|
2017-12-21 18:20:24 +00:00 |
|
NormalModuleReplacementPlugin.js
|
use const where applicable in NormalModuleReplacementPlugin
|
2017-02-05 10:33:21 +11: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
|
vars to lets and const
|
2017-11-15 13:58:45 +05:30 |
|
Parser.js
|
Evaluate bitwise and exponential operations
|
2017-12-05 17:16:45 +01:00 |
|
ParserHelpers.js
|
evaluate some identifiers to truthy values
|
2017-06-02 13:24:47 +02:00 |
|
PrefetchPlugin.js
|
refactor(es6): refactor PrefetchPlugin to ES6 class (#3665)
|
2017-01-01 11:23:57 -06:00 |
|
ProgressPlugin.js
|
add new hook to progress
|
2017-05-28 17:19:48 +02:00 |
|
ProvidePlugin.js
|
Refactor(ES6): ProgressPlugin
|
2017-02-22 15:57:56 +08:00 |
|
RawModule.js
|
fix RawModule hashing
|
2017-06-18 10:25:03 -07:00 |
|
RecordIdsPlugin.js
|
rewrite code which uses unshift to push
|
2017-07-18 20:46:59 +02:00 |
|
RequestShortener.js
|
fix(sp): spelling mistake in const name
|
2017-07-06 09:54:50 -05:00 |
|
RequireJsStuffPlugin.js
|
emit correct code for requirejs.onError
|
2017-07-07 10:27:38 +02:00 |
|
RuleSet.js
|
Refactor: use const for non reassignable identifier
|
2017-06-16 12:27:44 +03:00 |
|
SetVarMainTemplatePlugin.js
|
fix: typos and variables/function misuse
|
2017-04-11 19:43:05 +08:00 |
|
SingleEntryPlugin.js
|
code linting
|
2017-01-11 12:29:01 +01:00 |
|
SizeFormatHelpers.js
|
Refactor(es6): sizeFormatHelpers
|
2017-02-21 21:52:40 +08:00 |
|
SourceMapDevToolModuleOptionsPlugin.js
|
refactor(ES6): upgrade SourceMapDevToolModuleOptionsPlugin to ES6 (#3725)
|
2017-01-04 11:57:17 -06:00 |
|
SourceMapDevToolPlugin.js
|
make url only relative when no publicPath has been provided
|
2017-11-27 07:53:38 +01:00 |
|
Stats.js
|
ensure hasErrors() and hasWarnings() check child compilations as well
|
2017-12-22 00:10:47 -06:00 |
|
Template.js
|
add g flag to regexp
|
2017-08-28 11:58:05 +02:00 |
|
TemplatedPathPlugin.js
|
support functions for templated string config properties
|
2017-12-22 07:28:16 -08:00 |
|
UmdMainTemplatePlugin.js
|
Fixes #5843
|
2017-10-18 12:48:52 -07:00 |
|
UnsupportedFeatureWarning.js
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04:00 |
|
UseStrictPlugin.js
|
use const where applicable in UseStrictPlugin
|
2017-02-05 12:20:22 +11:00 |
|
WarnCaseSensitiveModulesPlugin.js
|
refactor(WarnCaseSensitiveModulesPlugin): applying feedback
|
2017-02-08 09:49:12 +01:00 |
|
WatchIgnorePlugin.js
|
code linting
|
2017-01-11 12:29:01 +01:00 |
|
WebpackError.js
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04:00 |
|
WebpackOptionsApply.js
|
Merge pull request #5193 from dmvjs/ke/loader-target-plugin-use-options-target-where-possible
|
2017-07-01 14:52:31 +02:00 |
|
WebpackOptionsDefaulter.js
|
move default script type option to WebpackOptionsDefaulter
|
2018-01-04 20:00:50 +05:30 |
|
WebpackOptionsValidationError.js
|
Remove unneeded code lines
|
2017-11-16 13:56:34 +01:00 |
|
compareLocations.js
|
fix: remove unreasonable comparelocation logic and update test cases
|
2017-01-24 18:47:55 +08:00 |
|
formatLocation.js
|
refactor(formatLocation): upgrade to ES6
|
2017-04-17 22:00:47 +10:00 |
|
prepareOptions.js
|
feat: support config functions with multi-compiler
|
2017-07-01 13:28:20 -05:00 |
|
removeAndDo.js
|
refactor(removeAndDo): upgrading to ES6
|
2017-03-12 13:57:24 +11:00 |
|
validateSchema.js
|
use allOf instead of "extendRefs: true" option
|
2017-02-02 22:54:20 +11:00 |
|
webpack.js
|
add ContextExclusionPlugin to allow excluding files/paths from lookup for contexts
|
2017-09-25 22:10:35 +10:00 |
|
webpack.web.js
|
refactor(es6): Upgrade lib/webpack.web.js to es6 (#3668)
|
2017-01-01 17:52:40 -06:00 |