bigbrother-webpack-plugin
Advanced tools
Comparing version 1.1.2 to 1.1.3
1.1.3 / 2018-11-29 | ||
================== | ||
* fix: upload data fix | ||
1.1.2 / 2018-11-29 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -44,3 +44,3 @@ "use strict"; | ||
data = _a.sent(); | ||
fun = process.env.NODE_ENV === 'production' ? 'postBuild' : 'postDev'; | ||
fun = process.env.NODE_ENV === 'development' ? 'postDev' : 'postBuild'; | ||
try { | ||
@@ -97,3 +97,3 @@ this.satori[fun](data); | ||
node: node, | ||
alinode: alinode, | ||
alinode: alinode || null, | ||
}, | ||
@@ -100,0 +100,0 @@ git: utils_1.getGitInfo(this.cwd), |
{ | ||
"name": "bigbrother-webpack-plugin", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "bigbrother client", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
24041