webpack/lib
Tobias Koppers 738c1d3e68 support library with CommonsChunkPlugin
fixes #622
2014-12-22 16:10:23 +01:00
..
dependencies added weak dependencies, require.resolveWeak 2014-10-13 16:10:19 +02:00
node fixed incomplete hash bug 2014-11-03 08:02:02 +01:00
optimize more features for the CommonsChunkPlugin 2014-12-22 12:33:11 +01:00
web make it webpack-able 2013-07-10 23:20:07 +02:00
webworker fixed incomplete hash bug 2014-11-03 08:02:02 +01:00
APIPlugin.js Allow mixing different webpack versions 2014-06-18 10:59:54 +02:00
AbstractPlugin.js Code Quality 2014-06-24 18:53:32 +02:00
AmdMainTemplatePlugin.js support library with CommonsChunkPlugin 2014-12-22 16:10:23 +01:00
ArrayMap.js Code Quality 2014-06-24 18:53:32 +02:00
AsyncDependenciesBlock.js track chunk origin 2014-01-23 15:31:40 +01:00
BannerPlugin.js use initial flag for initial loaded chunks 2013-12-03 23:11:14 +01:00
BasicEvaluatedExpression.js evaluate null 2014-12-22 09:32:42 +01:00
CachePlugin.js Sorted out some MultiCompiler issues 2014-06-18 23:02:33 +02:00
CaseSensitiveModulesWarning.js Update CaseSensitiveModulesWarning.js 2014-08-28 14:25:28 +02:00
Chunk.js include [chunkhash] tests again 2014-11-02 12:48:15 +01:00
ChunkTemplate.js support library with CommonsChunkPlugin 2014-12-22 16:10:23 +01:00
CompatibilityPlugin.js Allow mixing different webpack versions 2014-06-18 10:59:54 +02:00
Compilation.js support library with CommonsChunkPlugin 2014-12-22 16:10:23 +01:00
Compiler.js fixed incorrect commit 2014-09-22 07:59:08 +02:00
ConcatSource.js added ConcatSource 2014-09-22 23:45:58 +02:00
ConstPlugin.js added options.define, evaluate conditionals, fixes #99 2013-09-13 11:17:57 +02:00
ContextModule.js support an empty context 2014-10-12 11:24:42 +02:00
ContextModuleFactory.js ignore hidden files 2014-11-02 12:56:40 +01:00
ContextReplacementPlugin.js Support callbacks in newResource 2014-10-23 12:58:26 +04:00
CriticalDependenciesWarning.js Code Quality 2014-06-24 18:53:32 +02:00
DefinePlugin.js DefinePlugin bug fix for deep nested objects 2014-11-12 13:33:18 +01:00
DependenciesBlock.js Code Quality 2014-06-24 18:53:32 +02:00
DependenciesBlockVariable.js template.apply() expects dependencyTemplates arg 2014-04-18 23:35:01 -07:00
Dependency.js Refactored everything for 0.9 2013-01-30 18:49:25 +01:00
EntryModuleNotFoundError.js print fatal error details 2014-02-26 09:37:10 +01:00
EvalDevToolModulePlugin.js Better filenames in dev tools 2014-07-18 13:31:50 +02:00
EvalDevToolModuleTemplatePlugin.js Better filenames in dev tools 2014-07-18 13:31:50 +02:00
EvalSourceMapDevToolModuleTemplatePlugin.js Better filenames in dev tools 2014-07-18 13:31:50 +02:00
EvalSourceMapDevToolPlugin.js Better filenames in dev tools 2014-07-18 13:31:50 +02:00
ExtendedAPIPlugin.js added __webpack_hash__ 2014-08-25 09:50:26 +02:00
ExternalModule.js Update ExternalModule.js for umd2 2014-07-22 08:10:15 -07:00
ExternalModuleFactoryDecorator.js bug fixed for externals function 2014-04-09 08:25:17 +02:00
ExternalsPlugin.js added externals option 2014-03-05 09:58:51 +01:00
FunctionModulePlugin.js refactored ModuleTemplate to plugin interface 2014-06-03 08:45:26 +02:00
FunctionModuleTemplatePlugin.js refactored ModuleTemplate to plugin interface 2014-06-03 08:45:26 +02:00
HotModuleReplacementPlugin.js Remove unused variable from HotModuleReplacementPlugin.js 2014-12-02 16:23:13 -08:00
HotUpdateChunkTemplate.js refactored HotChunkUpdateTemplate to plugin interface 2014-06-03 00:14:46 +02:00
IgnorePlugin.js added contextRegExp to IgnorePlugin 2014-05-26 11:36:47 +02:00
JsonpChunkTemplatePlugin.js Replace ad-hoc identifier cleansing with helper function 2014-08-04 08:25:33 -06:00
JsonpExportMainTemplatePlugin.js support library with CommonsChunkPlugin 2014-12-22 16:10:23 +01:00
JsonpHotUpdateChunkTemplatePlugin.js Replace ad-hoc identifier cleansing with helper function 2014-08-04 08:25:33 -06:00
JsonpMainTemplatePlugin.js support library with CommonsChunkPlugin 2014-12-22 16:10:23 +01:00
JsonpTemplatePlugin.js refactored HotChunkUpdateTemplate to plugin interface 2014-06-03 00:14:46 +02:00
LibraryTemplatePlugin.js support library with CommonsChunkPlugin 2014-12-22 16:10:23 +01:00
LoaderTargetPlugin.js Unused requires 2014-04-09 09:21:43 +02:00
MainTemplate.js support library with CommonsChunkPlugin 2014-12-22 16:10:23 +01:00
MemoryOutputFileSystem.js Moved to memory-fs module #98 2014-07-01 22:56:32 +02:00
Module.js fixes webpack/extract-text-webpack-plugin#14 2014-09-07 22:54:38 +02:00
ModuleFilenameHelpers.js Find duplicates globally. Don't fallback shortest. 2014-07-26 17:54:00 +02:00
ModuleNotFoundError.js show error details 2014-01-21 16:24:17 +01:00
ModuleParseError.js Don't show error messages for binary files 2014-03-20 08:38:28 +01:00
ModuleParserHelpers.js fixed some stuff 2013-02-08 00:18:47 +01:00
ModuleReason.js Refactored everything for 0.9 2013-01-30 18:49:25 +01:00
ModuleTemplate.js refactored ModuleTemplate to plugin interface 2014-06-03 08:45:26 +02:00
MovedToPluginWarningPlugin.js Updated link 2014-09-30 15:48:58 +02:00
MultiCompiler.js Sorted out some MultiCompiler issues 2014-06-18 23:02:33 +02:00
MultiEntryPlugin.js fix named chunks, added multi entry plugin 2013-01-31 01:44:39 +01:00
MultiModule.js Code Quality 2014-06-24 18:53:32 +02:00
MultiModuleFactory.js fix named chunks, added multi entry plugin 2013-01-31 01:44:39 +01:00
NewWatchingPlugin.js added experimental NewWatchingPlugin #125 2014-10-09 00:53:05 +02:00
NoErrorsPlugin.js added `NoErrorsPlugin`, which doesn't emit on error 2014-09-03 14:16:17 +02:00
NodeStuffPlugin.js Fix: setConstant and setModuleConstant now function correctly again. 2014-07-04 12:13:44 +02:00
NormalModule.js include meta info in hash 2014-11-06 00:21:32 +01:00
NormalModuleFactory.js Code Quality 2014-06-24 18:53:32 +02:00
NormalModuleReplacementPlugin.js Support callbacks in newResource 2014-10-20 22:02:11 +04:00
NullFactory.js Code Quality 2014-06-24 18:53:32 +02:00
OptionsApply.js Refactored everything for 0.9 2013-01-30 18:49:25 +01:00
OriginalSource.js delegate access to some core Sources 2013-12-13 09:01:46 +01:00
Parser.js evaluate null 2014-12-22 09:32:42 +01:00
PrefetchPlugin.js webpack 1.0 beta 2013-12-17 23:21:49 +01:00
ProgressPlugin.js Sorted out some MultiCompiler issues 2014-06-18 23:02:33 +02:00
ProvidePlugin.js added support for nested var in the ProvidePlugin 2014-10-16 22:31:20 +02:00
RawModule.js follow the browser-module spec: ignoring export an empty module. 2014-03-01 20:07:42 +01:00
RawSource.js delegate access to some core Sources 2013-12-13 09:01:46 +01:00
RecordIdsPlugin.js allow initial chunks to have other ids than 0 2014-02-11 13:27:41 +01:00
RequestShortener.js fixes #266 2014-05-14 08:20:57 +02:00
RequireJsStuffPlugin.js Allow mixing different webpack versions 2014-06-18 10:59:54 +02:00
ResolverPlugin.js added ResolverPlugin 2014-01-21 13:07:10 +01:00
SetVarMainTemplatePlugin.js support library with CommonsChunkPlugin 2014-12-22 16:10:23 +01:00
SingleEntryPlugin.js Refactored everything for 0.9 2013-01-30 18:49:25 +01:00
Source.js added Source delegation 2013-08-05 11:36:42 +02:00
SourceMapDevToolPlugin.js add SourceMap file to chunk.file even in cached case 2014-09-24 12:50:11 +02:00
SourceMapSource.js fixes webpack/extract-text-webpack-plugin#14 2014-09-07 22:54:38 +02:00
Stats.js added `exclude` option to stats 2014-09-15 11:46:33 +02:00
Template.js Add TemplatedPathPlugin 2014-09-11 15:31:08 +02:00
TemplatedPathPlugin.js Fixes issue with hash length and loading external chunks 2014-10-28 11:51:18 +01:00
UmdMainTemplatePlugin.js support library with CommonsChunkPlugin 2014-12-22 16:10:23 +01:00
UnsupportedFeatureWarning.js more useful error when using require.extensions #104 2013-10-11 10:42:25 +02:00
WarnCaseSensitiveModulesPlugin.js Warn about modules with matching names if case is ignored 2014-03-31 11:33:17 +02:00
WebpackOptionsApply.js Add require NodeTemplatePlugin. 2014-10-13 14:10:35 +02:00
WebpackOptionsDefaulter.js added node-webkit target (experimental) 2014-04-09 09:12:04 +02:00
removeAndDo.js add more complex css-bundle examples 2014-07-19 14:32:48 +02:00
webpack.js added experimental NewWatchingPlugin #125 2014-10-09 00:53:05 +02:00
webpack.web.js make it webpack-able 2013-07-10 23:20:07 +02:00