@arquivei/esbuild-bff
v1.0.9
Published
esbuild bff rules designed by Arquivei
Readme
Arquivei - esbuild bff
Usage
- Install the package with the required dependencies
yarn add -D @arquivei/esbuild-bff esbuild esbuild-node-externalsCreate the
esbuild.jsfile in the root of your projectImport the package and run the function to perform the build
const { esbuildBFFArquivei } = require('@arquivei/esbuild-bff')
esbuildBFFArquivei()- Run the build file with node while your pipeline is running
node esbuild.jsesbuild
esbuild runs during your CI process, is an extremely fast JavaScript and CSS bundler and minifier
More information about esbuild: https://github.com/evanw/esbuild
