0.0.8 • Published 2 years ago

esbuild-plugin-pug v0.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

esbuild-plugin-pug

Import plugin for pug (and jade) files for esbuild

Install

npm i -D esbuild-plugin-pug

Use

const pugPlugin = require('esbuild-plugin-pug');

require('esbuild')
  .build({
    entryPoints: ['src/index.ts'],
    bundle: true,
    platform: "node",
    outfile: 'built/pug.js',
    plugins: [
      pugPlugin()
    ],
  })
  .catch(() => process.exit(1));
0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago