Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit d3bb0b4

Browse files
apply formatter
1 parent 649d888 commit d3bb0b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mod.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ function esbuildCachePlugin(options: Options): esbuild.Plugin {
9292
break;
9393
}
9494
}
95-
if(typeof loader === 'undefined') {
95+
if (typeof loader === 'undefined') {
9696
for (const rule of defaultLoaderRules) {
97-
if(rule.test.test(args.path)) {
97+
if (rule.test.test(args.path)) {
9898
loader = rule.loader;
9999
break;
100100
}

0 commit comments

Comments
 (0)