From ec63b5c215e9ff683d441a8aaa517390501b963c Mon Sep 17 00:00:00 2001 From: TheGoddessInari Date: Mon, 16 Jul 2018 15:58:38 -0700 Subject: [PATCH] Output ES6. --- app.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.json b/app.json index 46ea97bc..8cabc55f 100644 --- a/app.json +++ b/app.json @@ -254,6 +254,9 @@ "base": "${workspace.build.dir}/${build.environment}/${app.name}", "appCache": { "enable": true + }, + "js": { + "version": "ES6" } },