v1.0.1
💾 📦 ♻️ The 'just works' bundler, in memory of `deno bundle`
Repository
Current version released
3 years ago
deno_bundle
This is a temporary workaround to support bundling with sourcemaps in Deno. It’s a drop-in replacement for the deno bundle CLI that uses the Deno.emit API to generate and inline the bundle’s sourcemap.
Installation
deno install --unstable --allow-read --allow-net --allow-write -f https://deno.land/x/deno_bundle/cli.js
Usage
deno_bundle source_file [out_file]