| .. |
|
dependencies
|
added hot module replacement, fixes #26
|
2013-06-19 13:49:57 +02:00 |
|
node
|
added experimental deduplication support #47
|
2013-06-12 16:16:06 +02:00 |
|
optimize
|
HOT: added update json info file, fixed infinite hash updates, #26
|
2013-07-01 13:59:02 +02:00 |
|
webworker
|
fixed bugs
|
2013-06-19 11:53:03 +02:00 |
|
APIPlugin.js
|
added require.js stuff, fixed progress
|
2013-02-13 21:24:00 +01:00 |
|
AbstractPlugin.js
|
Refactored everything for 0.9
|
2013-01-30 18:49:25 +01:00 |
|
ArrayMap.js
|
Refactored everything for 0.9
|
2013-01-30 18:49:25 +01:00 |
|
AsyncDependenciesBlock.js
|
Refactored everything for 0.9
|
2013-01-30 18:49:25 +01:00 |
|
BannerPlugin.js
|
added BannerPlugin
|
2013-05-12 23:16:22 +02:00 |
|
BasicEvaluatedExpression.js
|
Refactored everything for 0.9
|
2013-01-30 18:49:25 +01:00 |
|
CachePlugin.js
|
Refactored everything for 0.9
|
2013-01-30 18:49:25 +01:00 |
|
Chunk.js
|
better optimizing
|
2013-06-17 18:55:11 +02:00 |
|
ChunkTemplate.js
|
fixed bugs
|
2013-06-19 11:53:03 +02:00 |
|
CompatibilityPlugin.js
|
Refactored everything for 0.9
|
2013-01-30 18:49:25 +01:00 |
|
Compilation.js
|
HOT: added update json info file, fixed infinite hash updates, #26
|
2013-07-01 13:59:02 +02:00 |
|
Compiler.js
|
fixed WebWorker with Hot Module Replacement #26
|
2013-06-20 12:04:31 +02:00 |
|
ConstPlugin.js
|
use variable for __resourceQuery
|
2013-02-17 10:30:47 +01:00 |
|
ContextModule.js
|
SourceMap support
|
2013-03-26 16:54:41 +01:00 |
|
ContextModuleFactory.js
|
Fix context modules
|
2013-02-04 12:34:20 +01:00 |
|
ContextReplacementPlugin.js
|
added replacement plugins
|
2013-01-31 02:33:11 +01:00 |
|
CriticalDependenciesWarning.js
|
fixes #65
|
2013-02-13 14:42:34 +01:00 |
|
DependenciesBlock.js
|
records, typo
|
2013-05-31 12:22:40 +02:00 |
|
DependenciesBlockVariable.js
|
SourceMap support
|
2013-03-26 16:54:41 +01:00 |
|
Dependency.js
|
Refactored everything for 0.9
|
2013-01-30 18:49:25 +01:00 |
|
EntryModuleNotFoundError.js
|
Refactored everything for 0.9
|
2013-01-30 18:49:25 +01:00 |
|
EvalDevToolModulePlugin.js
|
remove debug output
|
2013-01-31 02:32:13 +01:00 |
|
EvalDevToolModuleTemplateDecorator.js
|
SourceMap support
|
2013-03-26 16:54:41 +01:00 |
|
FunctionModulePlugin.js
|
Refactored everything for 0.9
|
2013-01-30 18:49:25 +01:00 |
|
FunctionModuleTemplate.js
|
complexer dedupe example and fixed bugs
|
2013-06-14 15:13:44 +02:00 |
|
HotModuleReplacementPlugin.js
|
Hot: the json info file is no chunk asset
|
2013-07-01 14:09:33 +02:00 |
|
HotUpdateChunkTemplate.js
|
added hot module replacement, fixes #26
|
2013-06-19 13:49:57 +02:00 |
|
JsonpChunkTemplate.js
|
fixed bugs
|
2013-06-19 11:53:03 +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 bugs
|
2013-06-19 11:53:03 +02:00 |
|
JsonpTemplatePlugin.js
|
added hot module replacement, fixes #26
|
2013-06-19 13:49:57 +02:00 |
|
LibraryTemplatePlugin.js
|
add UMD, closed #71
|
2013-03-11 14:51:23 +01:00 |
|
MainTemplate.js
|
fixed disabled require.ensure
|
2013-06-28 14:03:12 +02:00 |
|
MemoryOutputFileSystem.js
|
support in-memory windows-like filesystems, fixes #78
|
2013-05-12 22:33:17 +02:00 |
|
Module.js
|
added experimental deduplication support #47
|
2013-06-12 16:16:06 +02:00 |
|
ModuleNotFoundError.js
|
Refactored everything for 0.9
|
2013-01-30 18:49:25 +01:00 |
|
ModuleParseError.js
|
added __resourceQuery, __dir/__filename compile time constant
|
2013-02-16 22:23:22 +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 |
|
MultiEntryPlugin.js
|
fix named chunks, added multi entry plugin
|
2013-01-31 01:44:39 +01:00 |
|
MultiModule.js
|
multi module now exports the last module
|
2013-02-01 10:45:19 +01:00 |
|
MultiModuleFactory.js
|
fix named chunks, added multi entry plugin
|
2013-01-31 01:44:39 +01:00 |
|
NoHotModuleReplacementPlugin.js
|
added hot module replacement, fixes #26
|
2013-06-19 13:49:57 +02:00 |
|
NodeStuffPlugin.js
|
fixed little bug
|
2013-05-14 13:55:06 +02:00 |
|
NormalModule.js
|
fixed WebWorker with Hot Module Replacement #26
|
2013-06-20 12:04:31 +02:00 |
|
NormalModuleFactory.js
|
fixed some bugs
|
2013-02-13 13:00:01 +01:00 |
|
NormalModuleReplacementPlugin.js
|
added replacement plugins
|
2013-01-31 02:33:11 +01: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 |
|
Parser.js
|
added hot module replacement, fixes #26
|
2013-06-19 13:49:57 +02:00 |
|
PrefetchPlugin.js
|
added option to prefetch modules
|
2013-05-13 13:34:00 +02:00 |
|
ProgressPlugin.js
|
fixes
|
2013-02-04 15:58:04 +01:00 |
|
ProvidePlugin.js
|
added provide plugin and option
|
2013-02-10 20:37:30 +01:00 |
|
RecordIdsPlugin.js
|
fixed bugs
|
2013-06-19 11:53:03 +02:00 |
|
RequestShortener.js
|
fixed edge cases
|
2013-04-02 09:14:19 +02:00 |
|
RequireJsStuffPlugin.js
|
added require.js stuff, fixed progress
|
2013-02-13 21:24:00 +01:00 |
|
SetVarMainTemplateDecorator.js
|
SourceMap support
|
2013-03-26 16:54:41 +01:00 |
|
SingleEntryPlugin.js
|
Refactored everything for 0.9
|
2013-01-30 18:49:25 +01:00 |
|
SourceMapDevToolPlugin.js
|
fixes #76
|
2013-05-13 16:01:44 +02:00 |
|
Stats.js
|
added experimental deduplication support #47
|
2013-06-12 16:16:06 +02:00 |
|
Template.js
|
added [chunkhash] support, fixes #90
|
2013-05-21 01:46:14 +02:00 |
|
UmdMainTemplateDecorator.js
|
test and fix
|
2013-06-28 14:20:11 +02:00 |
|
WebpackOptionsApply.js
|
added hot module replacement, fixes #26
|
2013-06-19 13:49:57 +02:00 |
|
WebpackOptionsDefaulter.js
|
more options for hashing
|
2013-05-21 11:08:08 +02:00 |
|
webpack.js
|
moved webworker template, added node.js template #57
|
2013-02-13 17:00:07 +01:00 |