luis-herasme / esbuild-loader-examples

esbuild-loader examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • If you see a bug or if you want to add more examples, PRs welcome 🙂
  • If you need help, ask in the esbuild-loader Discussions

About

esbuild-loader examples


Languages

Language:JavaScript 100.0%