Commit Graph

9 Commits

Author SHA1 Message Date
Jan Nicklas aa137c987e Use let/const instead of var 2017-01-29 20:18:08 +01:00
Peter Marton d64827acc4 fix(chunksorter): webpack2 compatible (#569) 2017-01-29 15:04:10 +01:00
Jan Nicklas 0ba21651a2 Use arrow functions
Remove `self=this`
Use template literals
2017-01-29 14:29:03 +01:00
Jan Nicklas c54273563a Exclude chunks works now even if combined with dependency sort 2016-06-09 23:04:19 +02:00
Jan Nicklas def0703e71 Add inline tests for webpack 2 2016-03-23 11:13:38 +01:00
Jan Nicklas fab60bed44 Fix sorting for webpack2 2016-03-23 11:06:11 +01:00
Jan Nicklas 3f38901758 v2.8.0: Add chunk sort mode dependency 2016-02-03 18:00:27 +01:00
Christian Ruehl 36c762a834 ChunkSorter now implements all different strategies for sorting chunks available through chunksSortMode parameter. HtmlPlugin rewritten to use extended ChunkSorter. 2016-01-26 20:28:02 +01:00
Christian Rühl 3fedf6ac33 Implemented new chunk sorting mode 'dependency', which attempts to order chunks based on their relation within the dependency tree as devised by Webpack.
Added unit test for new sorting mode.

Fixed a few typos in other unit tests...sorry, couldn't resist ;-)
2016-01-25 15:13:19 +01:00