Wranger uses esbuild under the hood (

Wrangler uses esbuild under the hood (https://developers.cloudflare.com/workers/wrangler/bundling/).
Is there a way to configure it to output the esbuild meta file (https://esbuild.github.io/api/#metafile) to better understand the bundle it creates?
Was this page helpful?