Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method FrugalBuilder.prototype.create
import { FrugalBuilder } from "https://deno.land/x/frugal@0.2.1/packages/core/Frugal.ts";

Create a Frugal instance based on a given config object. This leverages cached information from previous build (some operation might be skiped if nothing has changed since the last build) :

  • dependency graph build (run each time) to gather the list of loadable modules
  • cache loading (run each time)
  • loader pass on loadable modules (some loader might partially or entirely skip some tasks based on cached info)