Skip to content

Commit

Permalink
Merge branch 'master' into TIMOB-27573
Browse files Browse the repository at this point in the history
  • Loading branch information
ssekhri committed May 12, 2020
2 parents bc6d3dc + c527cbc commit 8720514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scons-xcode-project-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async function generateBundle(outputDir) {
const builder = new Builder({ args: [ 'ios' ] });
const ios = new IOS({ });

await builder.transpile('ios', ios.babelOptions, path.join(outputDir, 'ti.main.js'));
await builder.transpile('ios', ios.babelOptions(), path.join(outputDir, 'ti.main.js'));
}

async function main(tmpBundleDir) {
Expand Down

0 comments on commit 8720514

Please sign in to comment.