#esbuild options

1 messages · Page 1 of 1 (latest)

midnight plume
#

Is there a way to pass options to esbuild during the build process?

While there exists build.terserOptions, there's no such key for esbuild options.

urban bane
#

which controls the transform behavior of esbuild.

#

—— minification is part of esbuild transformation.