TranspileOptions["esbuild"]
type appears to be wrong #93
Open
Description
The esbuild
option is typed as CommonOptions & TransformOptions & BuildOptions
. But TransformOptions
and BuildOptions
have incompatible types for loader
. TransformOptions
only take a single Loader
, while BuildOptions
expects an object mapping extensions to Loader
s.
Metadata
Assignees
Labels
No labels