webpack/lib/optimize
Tim Sebastian d7ae9adfb2 do not incorporate chunks without modules 2017-03-18 12:20:08 +11:00
..
AggressiveMergingPlugin.js Merge pull request #4205 from timse/use-let-const-as-blockscoped-variables 2017-02-08 09:44:03 +01:00
AggressiveSplittingPlugin.js Merge pull request #4205 from timse/use-let-const-as-blockscoped-variables 2017-02-08 09:44:03 +01:00
ChunkModuleIdRangePlugin.js remove leftover console.log in ChunkModuleIdRangePlugin 2017-02-05 12:20:23 +11:00
CommonsChunkPlugin.js replace `chunk.hasRuntime` with `chunk.parents.length === 0` 2017-02-22 21:38:45 +11:00
DedupePlugin.js improve wording in DedupePlugin error 2017-02-23 23:28:05 +11:00
EnsureChunkConditionsPlugin.js use const where applicable in EnsureChunkConditionsPlugin 2017-02-05 10:40:10 +11:00
FlagIncludedChunksPlugin.js do not incorporate chunks without modules 2017-03-18 12:20:08 +11:00
LimitChunkCountPlugin.js Merge pull request #4205 from timse/use-let-const-as-blockscoped-variables 2017-02-08 09:44:03 +01:00
MergeDuplicateChunksPlugin.js refactor(ES6): upgrade MinChunkSizePlugin to ES6 (#3757) 2017-01-04 23:42:36 -06:00
MinChunkSizePlugin.js fix spelling error in MinChunkSizePlugin 2017-02-13 16:30:27 +01:00
OccurrenceOrderPlugin.js Link documentation to webpack.js.org 2017-02-07 10:07:01 +01:00
RemoveEmptyChunksPlugin.js refactor(ES6) upgrade RemoveEmptyChunksPlugin to ES6 (#3765) 2017-01-05 10:48:16 -06:00
RemoveParentModulesPlugin.js move chunk parents check up 2017-02-23 23:31:05 +11:00
UglifyJsPlugin.js Updates UglifyJs to 2.8.x to accept additional compress options 2017-03-04 18:31:39 -08:00