voby-esbuild
v1.0.3
Published
The official Voby plugin for Esbuild.
Downloads
3
Maintainers
Readme
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