@ossph/temple-esbuild
v0.1.7
Published
ESBuild support for the Temple markup language.
Downloads
4
Readme
⛩️ Temple ESBuild
This package is designed for Temple, the reactive web component template engine. See docs for more information.
ESBuild support for the Temple markup language.
Install
$ npm -i @ossph/temple-esbuild
Usage
import esbuild from 'esbuild';
import { esComponentPlugin } from 'temple-esbuild';
esbuild.build({
entryPoints: [ './app.tml' ],
plugins: [ esComponentPlugin() ]
});