html-webpack-plugin/lib
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
..
chunksorter.js Implemented new chunk sorting mode 'dependency', which attempts to order chunks based on their relation within the dependency tree as devised by Webpack. 2016-01-25 15:13:19 +01:00
compiler.js Use semistandard code style 2016-01-20 16:50:16 +01:00
errors.js Use semistandard code style 2016-01-20 16:50:16 +01:00
loader.js Use semistandard code style 2016-01-20 16:50:16 +01:00