diff --git a/.swcrc b/.swcrc new file mode 100644 index 0000000..1ac20ce --- /dev/null +++ b/.swcrc @@ -0,0 +1,7 @@ +{ + "jsc": { + "keepClassNames": true, + "target": "es2017" + }, + "minify": true +} \ No newline at end of file