1.0.3 • Published 2 years ago

voby-esbuild v1.0.3

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

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

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago