commit 9ad80d72c7b90c2170240611bcf99df68034bc5c parent 7388190d8100c79d4c33f05149156db3ddcae2d7 Author: Konstantin Tarkus <hello@tarkus.me> Date: Thu, 24 Sep 2015 04:58:25 +0300 Merge branch 'master' of https://github.com/kriasoft/react-starter-kit Diffstat:
| M | tools/bundle.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/bundle.js b/tools/bundle.js @@ -26,7 +26,7 @@ export default async () => new Promise((resolve, reject) => { console.log(stats.toString(config[0].stats)); - if (++bundlerRunCount === (global.watch ? config.length : 1)) { + if (++bundlerRunCount === (global.WATCH ? config.length : 1)) { return resolve(); } }