@stackpress/ink-esbuild
v0.3.11
Published
ESBuild support for the Ink markup language.
Downloads
540
Readme
💧 Ink ESBuild
This package is designed for Ink, the reactive web component template engine. See docs for more information.
ESBuild support for the Ink markup language.
Install
$ npm -i @stackpress/ink-esbuild
Usage
import esbuild from 'esbuild';
import { esComponentPlugin } from 'ink-esbuild';
esbuild.build({
entryPoints: [ './app.ink' ],
plugins: [ esComponentPlugin() ]
});