.. |
dependencies
|
fix variable injection in require.ensure
|
2017-05-25 06:32:11 +02:00 |
node
|
replace let with const for variables with no reassignment
|
2017-05-06 22:16:50 +02:00 |
optimize
|
CommonsChunkPlugin in async mode doesn't select initial chunks
|
2017-05-04 10:50:46 +02:00 |
performance
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04:00 |
util
|
make paths for records agnostic of OS
|
2017-04-07 23:37:42 +10:00 |
web
|
refactor(WebEnvironmentPlugin): upgrade to ES6 (#3790)
|
2017-01-05 11:34:34 -06:00 |
webworker
|
Use Promise only when chunk load is triggered
|
2017-05-24 14:58:23 +02:00 |
APIPlugin.js
|
refactor: remove unused code
|
2017-04-11 19:39:24 +08:00 |
AmdMainTemplatePlugin.js
|
Remove unnecessary backtick in AmdMainTemplatePlugin
|
2017-03-02 14:40:41 +01:00 |
AsyncDependenciesBlock.js
|
allow chunk.id to be a number - or rather a non-null-something
|
2017-03-26 20:30:52 +11: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
|
Update variable declarations according to ES6
|
2017-03-02 15:09:09 +01:00 |
CachePlugin.js
|
Changing async to asyncLib
|
2017-04-05 21:05:00 +08:00 |
CaseSensitiveModulesWarning.js
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04:00 |
Chunk.js
|
Update variable declarations according to ES6
|
2017-03-02 15:09:09 +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
|
perf: use Date.now() instead of +new Date()
|
2017-05-04 10:19:10 +08:00 |
Compiler.js
|
Fix _done function not dealing with compilation being undefined
|
2017-05-06 00:35:39 +01:00 |
ConstPlugin.js
|
convert more usages of BasicEvaluatedExpression with ParserHelpers
|
2017-01-21 13:51:35 +11:00 |
ContextModule.js
|
Add webpackMode optios for import()
|
2017-05-05 09:03:24 +02:00 |
ContextModuleFactory.js
|
Merge branch 'master' into feature/import-chunk-name
|
2017-04-06 11:35:40 +08:00 |
ContextReplacementPlugin.js
|
ES6ify the ContextReplacementPlugin
|
2017-03-10 12:27:53 -05:00 |
DefinePlugin.js
|
add some comments to clarify why this is important here
|
2017-02-06 22:51:26 +11:00 |
DelegatedModule.js
|
perf: use Date.now() instead of new Date().getTime()
|
2017-05-04 10:19:54 +08:00 |
DelegatedModuleFactoryPlugin.js
|
refactor(ES6): migrating to () => {}
|
2017-02-23 15:43:44 +08:00 |
DelegatedPlugin.js
|
refactor(es6): Update DelegatedPlugin to es6 (#3663)
|
2016-12-31 20:35:41 -06: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
|
use const where applicable in DllModuleFactory
|
2017-02-05 10:18:30 +11:00 |
DllPlugin.js
|
refactor(ES6): upgrade DllPlugin to ES6 (#3760)
|
2017-01-04 23:59:22 -06:00 |
DllReferencePlugin.js
|
use const where applicable in DllReferencePlugin
|
2017-02-05 10:19:06 +11: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
|
code linting
|
2017-01-11 12:29:01 +01: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
|
chrome workaround for eval-source-maps
|
2017-07-12 07:59:43 +02:00 |
EvalSourceMapDevToolPlugin.js
|
use const where applicable in EvalSourceMapDevToolPlugin
|
2017-02-05 10:23:50 +11:00 |
ExtendedAPIPlugin.js
|
Make ExtendedAPIPlugin expose chunkname.
|
2017-03-30 23:56:53 +02:00 |
ExternalModule.js
|
perf: use Date.now() instead of new Date().getTime()
|
2017-05-04 10:19:54 +08:00 |
ExternalModuleFactoryPlugin.js
|
renaming async to asyncFlag
|
2017-02-28 20:50:02 +08:00 |
ExternalsPlugin.js
|
refactor(es6): Upgrade ExternalsPlugin to es6 (#3621)
|
2016-12-29 01:08:46 -06:00 |
FlagDependencyExportsPlugin.js
|
use set instead of array to reduce lookup time
|
2017-03-14 23:46:50 +11:00 |
FlagDependencyUsagePlugin.js
|
refactor: remove unused code
|
2017-04-11 19:39:24 +08:00 |
FlagInitialModulesAsUsedPlugin.js
|
refactor(es6) upgrade FlagInitialModulesAsUsedPlugin to ES6 class
|
2017-01-11 11:08:13 -05:00 |
FunctionModulePlugin.js
|
refactor(es6) upgrade FunctionModulePlugin to ES6 class
|
2017-01-11 10:28:02 -05:00 |
FunctionModuleTemplatePlugin.js
|
change description when no static exports found
|
2017-05-23 10:35:54 +02:00 |
HashedModuleIdsPlugin.js
|
refactor HashedModuleIdsPlugin to not reassign "id" with completely different value
|
2017-02-05 10:27:32 +11:00 |
HotModuleReplacement.runtime.js
|
Add webpackMode optios for import()
|
2017-05-05 09:03:24 +02:00 |
HotModuleReplacementPlugin.js
|
allow chunk.id to be a number - or rather a non-null-something
|
2017-03-26 20:30:52 +11:00 |
HotUpdateChunkTemplate.js
|
use const where applicable in HotUpdateChunkTemplate
|
2017-02-05 10:28:31 +11: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
|
Fix hot loader compatibility with Java8 Nashorn
|
2015-12-04 15:02:11 +00:00 |
JsonpMainTemplatePlugin.js
|
Use Promise only when chunk load is triggered
|
2017-05-24 14:58:23 +02:00 |
JsonpTemplatePlugin.js
|
refactor(es6) upgrade JsonpTemplatePlugin to ES6 class
|
2017-01-12 22:53:12 -05:00 |
LibManifestPlugin.js
|
Disable manifest.json pretty print
|
2017-04-28 21:34:38 +02:00 |
LibraryTemplatePlugin.js
|
refactor libraryTemplatePlugin to es2015 class
|
2017-02-25 20:39:36 +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
|
Merge branch 'master' into master
|
2017-04-09 09:45:56 +02:00 |
MemoryOutputFileSystem.js
|
Moved to memory-fs module #98
|
2014-07-01 22:56:32 +02:00 |
Module.js
|
ES6 refactoring in DependenciesBlock and Module
|
2017-04-04 00:22:23 +03: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
|
refactor: dead code elimination
|
2017-04-11 19:43:05 +08:00 |
ModuleNotFoundError.js
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04:00 |
ModuleParseError.js
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04:00 |
ModuleReason.js
|
code linting
|
2017-01-11 12:29:01 +01: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
|
changing async to asyncLib
|
2017-04-05 21:06:23 +08: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
|
refactor(es6) upgrade NoEmitOnErrorsPlugin to ES6 class
|
2017-01-18 14:44:27 -05:00 |
NoErrorsPlugin.js
|
refactor(es6) upgrade NoErrorsPlugin to ES6 class
|
2017-01-18 14:30:53 -05:00 |
NodeStuffPlugin.js
|
Refactor(ES6): NodeStuffPlugin
|
2017-04-04 10:12:52 +02:00 |
NormalModule.js
|
perf: use Date.now() instead of new Date().getTime()
|
2017-05-04 10:19:54 +08:00 |
NormalModuleFactory.js
|
changing async to asyncLib
|
2017-04-05 21:06:23 +08: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
|
code linting
|
2017-01-11 12:29:01 +01:00 |
Parser.js
|
fix missing pattern walk
|
2017-05-21 08:16:32 +02:00 |
ParserHelpers.js
|
extract `buildExpression` to ParserHelpers.addParsedVariableToModule
|
2017-02-25 00:26:07 +11:00 |
PrefetchPlugin.js
|
refactor(es6): refactor PrefetchPlugin to ES6 class (#3665)
|
2017-01-01 11:23:57 -06:00 |
ProgressPlugin.js
|
perf: use Date.now() instead of +new Date()
|
2017-05-04 10:19:10 +08:00 |
ProvidePlugin.js
|
Refactor(ES6): ProgressPlugin
|
2017-02-22 15:57:56 +08:00 |
RawModule.js
|
perf: use Date.now() instead of new Date().getTime()
|
2017-05-04 10:19:54 +08:00 |
RecordIdsPlugin.js
|
unify makeRelative method used in aggresivesplittingplugin and recordsidsplugin
|
2017-04-05 23:38:15 +10:00 |
RequestShortener.js
|
avoid using let in RequestShortener
|
2017-02-05 12:20:22 +11:00 |
RequireJsStuffPlugin.js
|
fix issue where `requirejs.config()` would be evaluated to `;` instead of `undefined`
|
2017-01-21 13:51:35 +11:00 |
RuleSet.js
|
allow to apply plugins to child compiler
|
2017-02-22 11:49:49 +01: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
|
fixup for source-map contenthash
|
2017-07-12 07:58:37 +02:00 |
Stats.js
|
rename stats.stackTrace to stats.moduleTrace
|
2017-04-28 09:20:14 +02:00 |
Template.js
|
Add webpackMode optios for import()
|
2017-05-05 09:03:24 +02:00 |
TemplatedPathPlugin.js
|
refactor: remove unused code
|
2017-04-11 19:39:24 +08:00 |
UmdMainTemplatePlugin.js
|
fixes spacing and typo
|
2017-02-28 12:03:29 +01: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
|
Split sourceMappingURL string
|
2017-04-17 10:02:36 +02:00 |
WebpackOptionsDefaulter.js
|
make chunkLoadTimeout option cofigurable
|
2017-05-11 10:41:38 +02:00 |
WebpackOptionsValidationError.js
|
Create base WebpackError class with inspect method.
|
2017-04-03 10:42:53 -04: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 |
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
|
Merge pull request #4169 from kball/IS4156-multicompiler-watch-options
|
2017-04-04 18:21:13 +02:00 |
webpack.web.js
|
refactor(es6): Upgrade lib/webpack.web.js to es6 (#3668)
|
2017-01-01 17:52:40 -06:00 |