Release 2.25.0
This commit is contained in:
parent
9046e46d12
commit
be5d67af5b
|
|
@ -1,6 +1,11 @@
|
|||
Change History
|
||||
==============
|
||||
|
||||
v2.25.0
|
||||
---
|
||||
* Clearer loader output
|
||||
* Add basic support for webpack 2
|
||||
|
||||
v2.24.1
|
||||
---
|
||||
* Hide event deprecated warning of 'applyPluginsAsyncWaterfall' for html-webpack-plugin-after-emit and improve the warning message.
|
||||
|
|
|
|||
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue