webpack-visualizer-plugin
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -45,12 +45,8 @@ 'use strict'; | ||
compilation.assets[_this.opts.filename] = { | ||
source: function source() { | ||
return html; | ||
}, | ||
size: function size() { | ||
return html.length; | ||
_fs2['default'].writeFile(_path2['default'].join(compilation.outputOptions.path, _this.opts.filename), html, function (err) { | ||
if (err) { | ||
console.log('webpack-visualizer-plugin: error writing stats file'); //eslint-disable-line no-console | ||
} | ||
}; | ||
callback(); | ||
callback(); | ||
}); | ||
}); | ||
@@ -57,0 +53,0 @@ } |
{ | ||
"name": "webpack-visualizer-plugin", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"main": "lib/plugin.js", | ||
@@ -5,0 +5,0 @@ "author": "Chris Bateman (http://cbateman.com/)", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
311104
1322