summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
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 1cd0beaec..37e32cb59 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -128,7 +128,7 @@ const paths = {
const tsBaseArgs = {
target: "es6",
jsx: "react",
- reactNamespace: "preact",
+ reactNamespace: "React",
experimentalDecorators: true,
module: "system",
sourceMap: true,