Skip to content

Commit

Permalink
fix(ci/windows): Try to fix swc not being able to process baseUrl="."…
Browse files Browse the repository at this point in the history
  • Loading branch information
ribose-jeffreylau committed May 22, 2023
1 parent 0615b24 commit 07ca29e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .swcrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
},
"jsc": {
"externalHelpers": false,
"baseUrl": ".",
"baseUrl": "src",
"paths": {
"@": [
"src/plugin"
"./plugin"
],
"@/*": [
"src/*"
"./*"
]
},
"parser": {
Expand Down

0 comments on commit 07ca29e

Please sign in to comment.