From 4ca3cf1487cd37d38acef1677fb9f08c81f6939d Mon Sep 17 00:00:00 2001 From: Tom Najdek Date: Sat, 3 Jun 2017 18:25:24 +0100 Subject: [PATCH] Ignore all bluebird files when processing during the build --- .babelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.babelrc b/.babelrc index cd6c919bed..6f6f27bfe2 100644 --- a/.babelrc +++ b/.babelrc @@ -11,6 +11,7 @@ "resource/react.js", "resource/react-dom.js", "resource/bluebird.js", + "resource/bluebird/*.js", "test/resource/httpd.js", "test/resource/mocha.js", "test/resource/co-mocha.js"