We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9046e46 commit be5d67aCopy full SHA for be5d67a
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Change History
2
==============
3
4
+v2.25.0
5
+---
6
+* Clearer loader output
7
+* Add basic support for webpack 2
8
+
9
v2.24.1
10
---
11
* Hide event deprecated warning of 'applyPluginsAsyncWaterfall' for html-webpack-plugin-after-emit and improve the warning message.
package.json
@@ -1,6 +1,6 @@
{
"name": "html-webpack-plugin",
- "version": "2.24.1",
+ "version": "2.25.0",
"description": "Simplifies creation of HTML files to serve your webpack bundles",
"main": "index.js",
"files": [
0 commit comments