Skip to content

Commit cde7ca5

Browse files
committed
fix: update swc config
1 parent d70a6e7 commit cde7ca5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.swcrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/swcrc",
33
"jsc": {
4+
"baseUrl": "./",
45
"parser": {
56
"syntax": "typescript",
67
"tsx": false,
@@ -25,6 +26,6 @@
2526
"strictMode": true,
2627
"lazy": false,
2728
"noInterop": false
28-
},
29-
"minify": true
29+
}
30+
// "minify": true
3031
}

0 commit comments

Comments
 (0)