Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fed_dev/mod.ts>Bundler#createChunks

A Bundler with the web in mind.
Latest
method Bundler.prototype.createChunks
Re-export
import { Bundler } from "https://deno.land/x/fed_dev@0.9.0/mod.ts";

Parameters

inputs: string[]
assets: Asset[]
optional
unnamed 2: Partial<CreateChunksContext> = [UNSUPPORTED]

Returns

Promise<Chunk[]>