0.2.1 • Published 2 years ago

html-esbuild-plugin v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

HTML esbuild plugin

HTML plugin for esbuild

import { build } from "esbuild";
import htmlPlugin from "html-esbuild-plugin";

await build({
    entryPoints: ["src/index.ts"],
    outdir: "out",
    plugins: [
        htmlPlugin({
            template: "./src/index.html",
            title: "My title",
        }),
    ],
});
0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago