From 613c51d6b50b8f5224700ae4715fe1c45ed24879 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Mon, 5 Oct 2015 10:43:54 -0700 Subject: [PATCH] Fix jakefile rules build --- Jakefile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jakefile.js b/Jakefile.js index 84f2d527857..4c5287d6760 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -247,6 +247,8 @@ function compileFile(outFile, sources, prereqs, prefixes, useBuiltCompiler, noOu if (!noOutFile) { options += " --out " + outFile; + } else { + options += " --module commonjs" } if(noResolve) {