summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-05 17:38:02 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-05 17:38:02 +0200
commit0c8a6e21f0324e25d1ec59bcdddf8c5c49b01421 (patch)
treeccfa63b417a9570c5af2bdbeaa416be5ffa2d312 /gulpfile.js
parent7fb527b0009a29605c32e663ab9e6a812a8cc5a8 (diff)
downloadwallet-core-0c8a6e21f0324e25d1ec59bcdddf8c5c49b01421.tar.gz
wallet-core-0c8a6e21f0324e25d1ec59bcdddf8c5c49b01421.tar.bz2
wallet-core-0c8a6e21f0324e25d1ec59bcdddf8c5c49b01421.zip
prettier syntax (JSX) for rendering
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,