chore: fix lint issue

This commit is contained in:
Pooya Parsa 2023-07-18 12:42:06 +02:00
parent 85beaff24a
commit b711242863
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
{}

View File

@ -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,