default(config?: Partial<{ shadowRootMode: "open" | "closed"; minifyOptions: MinifyOptions; }>): { name: string; transform(): Promise<string | undefined>; }
default(config?: Partial<{ shadowRootMode: "open" | "closed"; minifyOptions: MinifyOptions; }>): { name: string; transform(): Promise<string | undefined>; }
Add Package
deno add jsr:@giroto/rollup-plugin-html-template
Import symbol
import mod from "@giroto/rollup-plugin-html-template";
---- OR ----
Import directly with a jsr specifier
import mod from "jsr:@giroto/rollup-plugin-html-template";
Add Package
npx jsr add @giroto/rollup-plugin-html-template
Import symbol
import mod from "@giroto/rollup-plugin-html-template";
Add Package
yarn dlx jsr add @giroto/rollup-plugin-html-template
Import symbol
import mod from "@giroto/rollup-plugin-html-template";
Add Package
pnpm dlx jsr add @giroto/rollup-plugin-html-template
Import symbol
import mod from "@giroto/rollup-plugin-html-template";
Add Package
bunx jsr add @giroto/rollup-plugin-html-template
Import symbol
import mod from "@giroto/rollup-plugin-html-template";