0.1.7 • Published 10 months ago

@ossph/temple-esbuild v0.1.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

⛩️ 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() ]
});
0.1.7

10 months ago

0.1.6

10 months ago

0.1.4

10 months ago

0.1.5

10 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago