@arquivei/esbuild-bff
v1.0.9
Published
esbuild bff rules designed by Arquivei
Downloads
703
Readme
Arquivei - esbuild bff
Usage
- Install the package with the required dependencies
yarn add -D @arquivei/esbuild-bff esbuild esbuild-node-externals
Create the
esbuild.js
file 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.js
esbuild
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