method Bundler.prototype.bundleChunkimport { Bundler } from "https://deno.land/x/aleph@v0.3.0-beta.12/bundler/mod.ts"; bundleChunk(name: string,entry: string[],external: string[],asyncChunk?: boolean,)create bundle chunk. Parametersname: stringentry: string[]external: string[]optionalasyncChunk: boolean = [UNSUPPORTED]