html-webpack-plugin 2.30.0 → 2.30.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  Change History
2
2
  ==============
3
3
 
4
+ v2.30.1
5
+ ---
6
+ * Revert part the performance optimization (#723) because of #753.
7
+
4
8
  v2.30.0
5
9
  ---
6
10
  * Add manual sort
package/index.js CHANGED
@@ -252,7 +252,7 @@ HtmlWebpackPlugin.prototype.executeTemplate = function (templateFunction, chunks
252
252
  .then(function () {
253
253
  var templateParams = {
254
254
  compilation: compilation,
255
- webpack: compilation.getStats(),
255
+ webpack: compilation.getStats().toJson(),
256
256
  webpackConfig: compilation.options,
257
257
  htmlWebpackPlugin: {
258
258
  files: assets,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-webpack-plugin",
3
- "version": "2.30.0",
3
+ "version": "2.30.1",
4
4
  "description": "Simplifies creation of HTML files to serve your webpack bundles",
5
5
  "main": "index.js",
6
6
  "files": [