aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-10-05 21:40:47 +0200
committertg(x) <*@tg-x.net>2016-10-05 21:40:47 +0200
commit7851816f14d5f58e78369bfc8c984a1101e92bc5 (patch)
treef7a4475142dee85d3272d0c8d4b2fdc6291b56ec /gulpfile.js
parent1a97b04106cb8836b031bf3b12ab00d9090cf8dc (diff)
parent0c8a6e21f0324e25d1ec59bcdddf8c5c49b01421 (diff)
downloadwallet-core-7851816f14d5f58e78369bfc8c984a1101e92bc5.tar.xz
Merge branch 'master' of taler.net:/var/git/wallet-webex
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 40461b27a..fabfcbdeb 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -121,6 +121,7 @@ const paths = {
const tsBaseArgs = {
target: "es6",
jsx: "react",
+ reactNamespace: "preact",
experimentalDecorators: true,
module: "system",
sourceMap: true,