esbuild-loader examples
February 16, 2023 ยท View on GitHub
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
- less-loader Using esbuild-loader to minify less-loader CSS output
- 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
- vue-loader Using esbuild-loader with vue-loader
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