Goldstack Esbuild Utilities
Simple utilities for working with esbuild.
This utility has been developed for the Goldstack starter project builder. Check it out for starting your next project
Installation
npm install @goldstack/utils-esbuild
Usage
import { buildWithEsbuild } from '@goldstack/utils-esbuild';
await buildWithEsbuild({
entryPoints: ['src/index.ts'],
outfile: 'dist/index.js',
});