0.1.7 • Published 2 years ago

@ossph/temple-esbuild v0.1.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years 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

2 years ago

0.1.6

2 years ago

0.1.4

2 years ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago