Browse Source

Output ES6.

pull/3202/head
TheGoddessInari 7 years ago
parent
commit
ec63b5c215
  1. 3
      app.json

3
app.json

@ -254,6 +254,9 @@
"base": "${workspace.build.dir}/${build.environment}/${app.name}",
"appCache": {
"enable": true
},
"js": {
"version": "ES6"
}
},

Loading…
Cancel
Save