esbuild-loader-examples icon indicating copy to clipboard operation
esbuild-loader-examples copied to clipboard

esbuild-loader examples

esbuild-loader examples

This repo contains usage examples for esbuild-loader that demonstrate setup.

Examples

  • basic-setup Basic setup using esbuild-loader as an alternative to babel-loader
  • bring-your-own-esbuild Pass in and use your own version of esbuild instead of the one it comes with
  • next Next.js app using esbuild-loader
  • react Bare-bones React app setup
  • typescript TypeScript setup using esbuild-loader as an alternative to ts-loader and using tsc for type-checking

Contributing