webpack/lib
Tobias Koppers bf7922c7fd Merge pull request #286 from Vijar/master
Make sure newResource path for NormalModuleReplacementPlugin is absolute
2014-05-28 09:24:41 +02:00
..
dependencies fixes #264 2014-05-17 00:53:28 +02:00
node added node-webkit target (experimental) 2014-04-09 09:12:04 +02:00
optimize Support any UglifyJS OutputStream option {output: {...}} 2014-05-13 23:13:25 +02:00
web make it webpack-able 2013-07-10 23:20:07 +02:00
webworker added node-webkit target (experimental) 2014-04-09 09:12:04 +02:00
APIPlugin.js add __non_webpack_require__ to API 2014-03-10 13:40:20 +01:00
AbstractPlugin.js Refactored everything for 0.9 2013-01-30 18:49:25 +01:00
AmdMainTemplateDecorator.js Don't render and emit entry assets if not needed 2014-04-19 21:35:01 +02:00
ArrayMap.js Refactored everything for 0.9 2013-01-30 18:49:25 +01: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 support fancy array in AMD, support .replace and .split 2013-12-08 14:59:52 +01:00
CachePlugin.js Refactored everything for 0.9 2013-01-30 18:49:25 +01:00
CaseSensitiveModulesWarning.js Warn about modules with matching names if case is ignored 2014-03-31 11:33:17 +02:00
Chunk.js bug fixing 2014-02-03 18:12:19 +01:00
ChunkTemplate.js save bytes #135 2013-12-13 12:58:10 +01:00
CompatibilityPlugin.js Refactored everything for 0.9 2013-01-30 18:49:25 +01:00
Compilation.js expose module on entry dep 2014-05-26 23:53:48 +02:00
Compiler.js don't ignore error 2014-05-13 07:31:43 +02:00
ConstPlugin.js added options.define, evaluate conditionals, fixes #99 2013-09-13 11:17:57 +02:00
ContextModule.js rename generated require to __webpack_require__ 2014-03-03 14:56:17 +01:00
ContextModuleFactory.js bug fix 2014-01-22 17:09:10 +01:00
ContextReplacementPlugin.js added IgnorePlugin, fixed replacement plugins 2013-11-05 18:19:04 +01:00
CriticalDependenciesWarning.js allow to configure default RegExps for automatically created contexts 2014-03-11 16:08:22 +01:00
DefinePlugin.js added typeof support for the DefinePlugin 2014-05-26 12:48:16 +02:00
DependenciesBlock.js records, typo 2013-05-31 12:22:40 +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 support #sourceURL and #sourceMappingURL, #91 2013-07-04 14:08:47 +02:00
EvalDevToolModuleTemplateDecorator.js updated sourceMappingURL and sourceURL format, fixes #91 2014-05-22 12:07:06 +02:00
EvalSourceMapDevToolModuleTemplateDecorator.js clean up dependencies 2014-03-21 16:16:31 +01:00
EvalSourceMapDevToolPlugin.js better devtools 2014-02-13 11:40:16 +01:00
ExternalModule.js support "jsonp" in output.libraryTarget 2014-04-17 08:58:12 +02: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 webpack 1.0 beta 2013-12-17 23:21:49 +01:00
FunctionModuleTemplate.js rename generated require to __webpack_require__ 2014-03-03 14:56:17 +01:00
HotModuleReplacementPlugin.js Don't render and emit entry assets if not needed 2014-04-19 21:35:01 +02:00
HotUpdateChunkTemplate.js added node.js HMR, 2013-12-17 00:56:43 +01:00
IgnorePlugin.js added contextRegExp to IgnorePlugin 2014-05-26 11:36:47 +02:00
JsonpChunkTemplate.js fixed bugs 2013-06-19 11:53:03 +02:00
JsonpExportMainTemplateDecorator.js Don't render and emit entry assets if not needed 2014-04-19 21:35:01 +02:00
JsonpHotUpdateChunkTemplate.js HOT: added update json info file, fixed infinite hash updates, #26 2013-07-01 13:59:02 +02:00
JsonpMainTemplate.js fixed a bug with [chunkhash] in chunk id 0 2014-05-08 18:43:52 +02:00
JsonpTemplatePlugin.js added node-webkit target (experimental) 2014-04-09 09:12:04 +02:00
LibraryTemplatePlugin.js support "jsonp" in output.libraryTarget 2014-04-17 08:58:12 +02:00
LoaderTargetPlugin.js Unused requires 2014-04-09 09:21:43 +02:00
MainTemplate.js more safe when caching an entry chunk 2014-05-08 09:18:07 +02:00
MemoryOutputFileSystem.js support in-memory windows-like filesystems, fixes #78 2013-05-12 22:33:17 +02:00
Module.js cache the generated source 2014-05-17 00:31:52 +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
MovedToPluginWarningPlugin.js fixed links 2014-01-14 09:57:26 +01:00
MultiEntryPlugin.js fix named chunks, added multi entry plugin 2013-01-31 01:44:39 +01:00
MultiModule.js rename generated require to __webpack_require__ 2014-03-03 14:56:17 +01:00
MultiModuleFactory.js fix named chunks, added multi entry plugin 2013-01-31 01:44:39 +01:00
NodeStuffPlugin.js require.extension should translate to undefined 2014-03-19 23:27:18 +01:00
NormalModule.js cache the generated source 2014-05-17 00:31:52 +02:00
NormalModuleFactory.js pass context to after-resolve hook 2014-05-28 06:31:11 +02:00
NormalModuleReplacementPlugin.js only after-resolve needs absolute path 2014-05-28 00:19:43 -07:00
NullFactory.js Refactored everything for 0.9 2013-01-30 18:49:25 +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 parser should not crash if to many arguments are passed to an IIFE 2014-05-27 11:52:48 +02:00
PrefetchPlugin.js webpack 1.0 beta 2013-12-17 23:21:49 +01:00
ProgressPlugin.js more details in progress 2013-10-12 22:40:15 +02:00
ProvidePlugin.js webpack 1.0 beta 2013-12-17 23:21:49 +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 rename generated require to __webpack_require__ 2014-03-03 14:56:17 +01:00
ResolverPlugin.js added ResolverPlugin 2014-01-21 13:07:10 +01:00
SetVarMainTemplateDecorator.js Don't render and emit entry assets if not needed 2014-04-19 21:35:01 +02: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 minor sourcemap default issue 2014-05-26 09:45:42 +02:00
Stats.js Add assets to module stats 2014-05-21 11:51:08 -04:00
Template.js sourceMapsFilename support querystrings 2014-04-03 19:46:53 +02:00
UmdMainTemplateDecorator.js Don't render and emit entry assets if not needed 2014-04-19 21:35:01 +02: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 don't allow dedupe plugin by option (because thats broken) 2014-04-19 21:35:26 +02:00
WebpackOptionsDefaulter.js added node-webkit target (experimental) 2014-04-09 09:12:04 +02:00
webpack.js fixed #179 typo in OccurenceOrderPlugin 2014-02-25 08:51:40 +01:00
webpack.web.js make it webpack-able 2013-07-10 23:20:07 +02:00