summaryrefslogtreecommitdiff
path: root/support/build
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2017-04-16 21:33:20 -0700
committerAlexander Early <alexander.early@gmail.com>2017-04-16 21:33:20 -0700
commiteb21089d62a378f7b308bca5fc545e2c1eb12f78 (patch)
treee9588c29660e5eca55c4d982909c30a708f33d6e /support/build
parent8fba4e5398f7c3cec8ab5f53986f80e8fb5c2dbf (diff)
downloadasync-eb21089d62a378f7b308bca5fc545e2c1eb12f78.tar.gz
rename compile->compile-module.js
Diffstat (limited to 'support/build')
-rwxr-xr-xsupport/build/compile-module.js (renamed from support/build/compile)1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/build/compile b/support/build/compile-module.js
index 0b4fdd3..38a4d38 100755
--- a/support/build/compile
+++ b/support/build/compile-module.js
@@ -19,6 +19,7 @@ function compileModule(options, callback) {
transformFile(file, {
babelrc: false,
+ ast: false,
plugins
}, (err, content) => {
if (err) return callback(err);