webpack/lib/optimize
Joe Lencioni 8fdf411b84 Simplify identifier creation in ConcatenatedModules
This was implemented in #5997 to fix some memory issues, but I think we
can make this a little more efficient. By using a single forEach instead
of a map, filter, and join, we avoid unnecessary array creations and
iterations.
2017-11-23 07:47:18 -08:00
..
AggressiveMergingPlugin.js refactor for more readablity 2017-07-24 10:04:55 +02:00
AggressiveSplittingPlugin.js performance improvements and comments 2017-07-18 14:24:42 +02:00
ChunkModuleIdRangePlugin.js refactor: use array.find vs array.filter()[0] 2017-07-17 22:19:35 -04:00
CommonsChunkPlugin.js cleanup CommonsChunkPlugins changes 2017-10-13 10:36:08 +02:00
ConcatenatedModule.js Simplify identifier creation in ConcatenatedModules 2017-11-23 07:47:18 -08:00
DedupePlugin.js improve wording in DedupePlugin error 2017-02-23 23:28:05 +11:00
EnsureChunkConditionsPlugin.js Ensure that graph structure stay consistent 2017-08-16 14:05:06 +02:00
FlagIncludedChunksPlugin.js improve a few issues 2017-05-20 14:54:42 +02: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 optimize optimization plugins 2017-06-01 16:35:07 +02:00
MinChunkSizePlugin.js fix bug in MinChunkSizePlugin 2017-03-22 12:09:22 +01:00
ModuleConcatenationPlugin.js Ensure that graph structure stay consistent 2017-08-16 14:05:06 +02:00
OccurrenceOrderPlugin.js optimize OccurenceOrderPlugin 2017-06-02 01:24:55 +02:00
RemoveEmptyChunksPlugin.js refactor(ES6) upgrade RemoveEmptyChunksPlugin to ES6 (#3765) 2017-01-05 10:48:16 -06:00
RemoveParentModulesPlugin.js Merge branch 'next' into perf/modules-set 2017-05-16 14:37:03 +02:00
UglifyJsPlugin.js feat(uglify): move uglify to external plugin from webpack-contrib 2017-06-07 12:35:50 -05:00