File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
Change History
2
2
==============
3
3
4
+ v2.30.0
5
+ ---
6
+ * Add manual sort
7
+ * Performance improvements (#723 )
8
+
4
9
v2.29.0
5
10
---
6
11
* Add support for Webpack 3
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ webpack bundles. This is especially useful for webpack bundles that include
9
9
a hash in the filename which changes every compilation. You can either let the plugin generate an HTML file for you, supply
10
10
your own template using lodash templates or use your own loader.
11
11
12
- Maintainer: Jan Nicklas [ @jantimon ] ( https://twitter.com/jantimon )
12
+ Maintainer: Jan Nicklas [ @jantimon ] ( https://twitter.com/jantimon ) and Thomas Sileghem [ @ mastilver ] ( https://twitter.com/mastilver )
13
13
14
14
Installation
15
15
------------
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " html-webpack-plugin" ,
3
- "version" : " 2.29 .0" ,
3
+ "version" : " 2.30 .0" ,
4
4
"description" : " Simplifies creation of HTML files to serve your webpack bundles" ,
5
5
"main" : " index.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments