From e2735d40f83772835edc9accbc25f26dcd5a86b0 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 6 Nov 2022 14:26:04 +0300 Subject: Upgrade build environment to use esbuild and swc --- vnext/.swcrc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 vnext/.swcrc (limited to 'vnext/.swcrc') diff --git a/vnext/.swcrc b/vnext/.swcrc new file mode 100644 index 00000000..107f4aec --- /dev/null +++ b/vnext/.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