Skip to main content
Module

x/aleph/bundler/mod.ts>Bundler#bundleChunk

The Full-stack Framework in Deno.
Very Popular
Go to Latest
method Bundler.prototype.bundleChunk
import { Bundler } from "https://deno.land/x/aleph@v0.3.0-beta.8/bundler/mod.ts";

create bundle chunk.

Parameters

name: string
entry: string[]
external: string[]
optional
asyncChunk: boolean = [UNSUPPORTED]