From 79d769f3d29d1827d7744db3a26f02bc0d95d792 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 5 Mar 2023 16:32:12 +0300 Subject: Merge vnext build configuration --- .swcrc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .swcrc (limited to '.swcrc') diff --git a/.swcrc b/.swcrc new file mode 100644 index 00000000..107f4aec --- /dev/null +++ b/.swcrc @@ -0,0 +1,18 @@ +{ + // .swcrc should be treated as JSONC + + "sourceMaps": true, + + "jsc": { + "parser": { + "syntax": "ecmascript", + "jsx": true + }, + + "transform": { + "react": { + "runtime": "automatic" + } + } + } + } \ No newline at end of file -- cgit v1.2.3