TypeScript:
Enter some TypeScript you want to bundle.
// example.ts console.log(import.meta.url as string)
Minify:
Reduce bundle size by minifying output.
No
Using esbuild library
Using terser library
Banner:
Add a banner at the top of the output. Useful for license and metadata.
Copyright 20XX MIT License
Debug
Add inline source map (significantly increase bundle size).
Shadow
Replace local URL files by dummy URLs
file:///shadow/mod.ts
.
Result
Result of the bundled code.