@ossph/temple-esbuild
TypeScript icon, indicating that this package has built-in type declarations

0.1.6 • Public • Published

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

/@ossph/temple-esbuild/

    Package Sidebar

    Install

    npm i @ossph/temple-esbuild

    Weekly Downloads

    22

    Version

    0.1.6

    License

    Apache-2.0

    Unpacked Size

    14 kB

    Total Files

    8

    Last publish

    Collaborators

    • cblanquera
    • warengonzaga
    • cent1pede