voby-esbuild
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Voby Esbuild

The official Voby plugin for Esbuild.

Install

npm install --save voby-esbuild

Usage

import esbuild from 'esbuild';
import voby from 'voby-esbuild';

esbuild.build ({
  bundle: true,
  minify: true,
  format: 'esm',
  platform: 'node',
  target: 'es2018',
  entryPoints: ['src.js'],
  outfile: 'dist.js',
  plugins: [
    voby ()
  ]
});

License

MIT © Fabio Spampinato

Package Sidebar

Install

npm i voby-esbuild

Weekly Downloads

0

Version

1.0.3

License

none

Unpacked Size

5.75 kB

Total Files

11

Last publish

Collaborators

  • fabiospampinato