webpack/lib
simonzack 9a4c54d350 specify es6 in the parser 2015-03-05 15:40:14 +11:00
..
dependencies Merge remote-tracking branch 'remotes/origin/harmony' 2015-03-05 15:35:23 +11:00
node test case for resolving node buildin libs 2015-02-04 23:22:28 +01:00
optimize Show error messages from UglifyJs 2015-02-21 11:29:53 +02: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 Fix error in watch mode 2015-01-07 09:20:48 +01:00
AutomaticPrefetchPlugin.js added experimental AutomaticPrefetchPlugin 2015-02-04 23:22:33 +01:00
BannerPlugin.js use initial flag for initial loaded chunks 2013-12-03 23:11:14 +01:00
BasicEvaluatedExpression.js more reliable parsing of wrapped expressions 2015-02-28 00:51:15 +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 always create files array on Chunk 2015-01-30 00:44:58 +01:00
ChunkTemplate.js move semicolon to a later location in bundle #830 2015-03-03 20:24:46 +01:00
CompatibilityPlugin.js Allow mixing different webpack versions 2014-06-18 10:59:54 +02:00
Compilation.js DedupePlugin correctly inserts deduplication code 2015-02-09 08:43:46 +01:00
Compiler.js make Watching.close callback optional 2015-02-09 16:02:36 -08: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 better handling of nested vars in Define and Provide 2015-02-28 00:26:44 +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
EnvironmentPlugin.js fixed enviroment plugin test cases 2015-01-06 23:02:44 +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 updated deps, minor changes 2015-01-17 23:43:25 +01: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 don't dispose unreferenced modules 2015-02-27 23:55:38 +01: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 removed semicolon 2015-03-03 20:08:20 +01: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 Improve HMR error handling #410 2014-12-31 01:47:52 +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 move semicolon to a later location in bundle #830 2015-03-03 20:24:46 +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 watching of missing files, fixed #668 2015-01-17 21:55:44 +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 fixes #819 2015-02-28 01:40:11 +01: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 watching of missing files, fixed #668 2015-01-17 21:55:44 +01: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 fixed typo 2015-01-13 13:03:06 +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
OldWatchingPlugin.js watching of missing files, fixed #668 2015-01-17 21:55:44 +01: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 specify es6 in the parser 2015-03-05 15:40:14 +11:00
PrefetchPlugin.js webpack 1.0 beta 2013-12-17 23:21:49 +01:00
ProgressPlugin.js better progress 2015-02-04 23:22:30 +01:00
ProvidePlugin.js better handling of nested vars in Define and Provide 2015-02-28 00:26:44 +01: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 support symlinks, fixed #554 2015-01-17 21:57:28 +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 fixed #853 2015-03-04 07:45:26 +01:00
SourceMapSource.js fixes webpack/extract-text-webpack-plugin#14 2014-09-07 22:54:38 +02:00
Stats.js Improve size output readability 2015-03-04 00:18:44 -05: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 Merge remote-tracking branch 'remotes/origin/harmony' 2015-03-05 15:35:23 +11:00
WebpackOptionsDefaulter.js change `node.Buffer` in a way that is backward-compatible 2015-01-21 20:25:25 +01:00
removeAndDo.js add more complex css-bundle examples 2014-07-19 14:32:48 +02:00
webpack.js Export EvalSoureMapDevToolPlugin 2015-03-01 23:49:43 -05:00
webpack.web.js make it webpack-able 2013-07-10 23:20:07 +02:00