diff options
author | Satya Rohith <me@satyarohith.com> | 2022-07-21 14:44:18 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-21 14:44:18 +0530 |
commit | 6c3d9b981fb49743f19f36ac1514a579f8dbcab3 (patch) | |
tree | 949f49d7f6c96b7e53c17e72a8f8686cfba1bb6a /cli/emit.rs | |
parent | e98e0da8b218aa2b68d82ee7d777f499b10237aa (diff) |
fix(cli): unset jsxFragmentFactory & jsxFactory options (#15264)
Diffstat (limited to 'cli/emit.rs')
-rw-r--r-- | cli/emit.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/emit.rs b/cli/emit.rs index f96b8484b..0ba7ccf08 100644 --- a/cli/emit.rs +++ b/cli/emit.rs @@ -153,8 +153,6 @@ pub fn get_ts_config_for_emit( "experimentalDecorators": true, "incremental": true, "jsx": "react", - "jsxFactory": "React.createElement", - "jsxFragmentFactory": "React.Fragment", "importsNotUsedAsValues": "remove", "inlineSourceMap": true, "inlineSources": true, |