Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aleph/server/bundler.ts>Bundler#bundle

The Full-stack Framework in Deno.
Go to Latest
method Bundler.prototype.bundle
import { Bundler } from "https://deno.land/x/aleph@v0.3.0-alpha.20/server/bundler.ts";

Parameters

entryMods: Array<{ url: string; shared: boolean; }>