Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Dec 8, 2021
1 parent 213ac91 commit 96d6493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esbuild/swc.ts
Expand Up @@ -15,7 +15,7 @@ export const swcPlugin = ({ logger }: { logger: Logger }): Plugin => {

if (!swc) {
logger.warn(
'CLI',
build.initialOptions.format!,
`You have emitDecoratorMetadata enabled but @swc/core was not installed, skipping swc plugin`
)
return
Expand Down

0 comments on commit 96d6493

Please sign in to comment.