bigbrother-webpack-plugin
Advanced tools
Comparing version 1.3.2 to 1.3.3
1.3.3 / 2019-02-19 | ||
================== | ||
* fix: 修复 smp error message | ||
1.3.2 / 2019-01-24 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -34,3 +34,6 @@ "use strict"; | ||
_this.simepleReport(stats); | ||
setTimeout(callback, 1000); | ||
setImmediate(function () { return tslib_1.__awaiter(_this, void 0, void 0, function () { return tslib_1.__generator(this, function (_a) { | ||
callback(); | ||
return [2 /*return*/]; | ||
}); }); }); | ||
return; | ||
@@ -41,3 +44,6 @@ } | ||
: _this.simepleReport(stats); | ||
callback(); | ||
setImmediate(function () { return tslib_1.__awaiter(_this, void 0, void 0, function () { return tslib_1.__generator(this, function (_a) { | ||
callback(); | ||
return [2 /*return*/]; | ||
}); }); }); | ||
}); | ||
@@ -44,0 +50,0 @@ return; |
{ | ||
"name": "bigbrother-webpack-plugin", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "bigbrother client", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
30152
709