mirror of
https://github.com/unjs/unbuild.git
synced 2025-12-08 19:25:11 +00:00
chore: fix lint issue
This commit is contained in:
parent
85beaff24a
commit
b711242863
@ -0,0 +1 @@
|
|||||||
|
{}
|
||||||
@ -78,7 +78,7 @@ export function esbuild(options: Options): Plugin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const result = await transform(code, {
|
const result = await transform(code, {
|
||||||
...options as any,
|
...(options as any),
|
||||||
loader,
|
loader,
|
||||||
sourcefile: id,
|
sourcefile: id,
|
||||||
sourcemap: options.sourcemap ?? options.sourceMap,
|
sourcemap: options.sourcemap ?? options.sourceMap,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user