Skip to content

Commit

Permalink
chore: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 18, 2023
1 parent 85beaff commit b711242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
2 changes: 1 addition & 1 deletion src/builder/plugins/esbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export function esbuild(options: Options): Plugin {
}

const result = await transform(code, {
...options as any,
...(options as any),
loader,
sourcefile: id,
sourcemap: options.sourcemap ?? options.sourceMap,
Expand Down

0 comments on commit b711242

Please sign in to comment.