Skip to content

Commit

Permalink
Added possibility to have custom config location for swc
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Anelkin committed Nov 13, 2024
1 parent 82aa094 commit d8d5f00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/register/register.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export function compile(
swcRegisterConfig = {
swc: {
swcrc: true,
configFile: process.env.SWC_CONFIG_FILE
},
}
} else {
Expand Down

0 comments on commit d8d5f00

Please sign in to comment.