summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-09-14 15:20:18 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-09-14 15:20:18 +0200
commitfc6db1824e6974898f177ffb0ffd2eb138a653ce (patch)
tree2ae26f5b9b6910e93b1771c89f7fe543a278c10f /gulpfile.js
parent885285734733b71c88dfb0da513988eb8678aa14 (diff)
downloadwallet-core-fc6db1824e6974898f177ffb0ffd2eb138a653ce.tar.gz
wallet-core-fc6db1824e6974898f177ffb0ffd2eb138a653ce.tar.bz2
wallet-core-fc6db1824e6974898f177ffb0ffd2eb138a653ce.zip
move to ES6, clean up views
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 00a82e1a7..f8379d638 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -117,7 +117,7 @@ const paths = {
const tsBaseArgs = {
- target: "es5",
+ target: "es6",
jsx: "react",
experimentalDecorators: true,
module: "system",