webpack/lib/optimize
Tobias Koppers 53a1d6c7b5 replace harmonyModule flag with exportsType 3-state
exportsType falsy: It's non-harmony module
exportsType "namespace": It's a harmony module, the exports is the namespace object
exportsType "default": It's a harmony module, the exports is the default exports, named exports are properties of the default export
2017-12-22 19:42:41 +01:00
..
AggressiveMergingPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
AggressiveSplittingPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
ChunkModuleIdRangePlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
CommonsChunkPlugin.js Remove some plugin calls 2017-12-14 14:42:49 +01:00
ConcatenatedModule.js replace harmonyModule flag with exportsType 3-state 2017-12-22 19:42:41 +01:00
DedupePlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
EnsureChunkConditionsPlugin.js Remove some plugin calls 2017-12-14 14:42:49 +01:00
FlagIncludedChunksPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
LimitChunkCountPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
MergeDuplicateChunksPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
MinChunkSizePlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
ModuleConcatenationPlugin.js replace harmonyModule flag with exportsType 3-state 2017-12-22 19:42:41 +01:00
OccurrenceOrderPlugin.js fix reversed order in OccurenceOrderPlugin 2017-12-20 20:35:16 +01:00
RemoveEmptyChunksPlugin.js Remove some plugin calls 2017-12-14 14:42:49 +01:00
RemoveParentModulesPlugin.js Remove some plugin calls 2017-12-14 14:42:49 +01:00
SideEffectsFlagPlugin.js Merge pull request #6126 from ooflorent/remove_plugin_calls 2017-12-15 13:42:38 +01:00