Skip to content

Commit

Permalink
fix(core): assign baseUrl property
Browse files Browse the repository at this point in the history
  • Loading branch information
kawaemon committed Aug 14, 2023
1 parent 877bd58 commit 55c7b20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ function transformOption(path: string, options?: Options, jest = false): SwcOpti
},
keepClassNames: opts.keepClassNames,
paths: opts.paths,
baseUrl: opts.baseUrl,
},
minify: false,
isModule: true,
Expand Down

0 comments on commit 55c7b20

Please sign in to comment.