type alias Deno.bundle.PackageHandling
unstable
How to handle packages.
bundle
: packages are inlined into the bundle.external
: packages are excluded from the bundle, and treated as external dependencies.
Definition #
"bundle" | "external"
How to handle packages.
bundle
: packages are inlined into the bundle.external
: packages are excluded from the bundle, and treated as external dependencies."bundle" | "external"