Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 2.75 KB

README.md

File metadata and controls

12 lines (10 loc) · 2.75 KB

esbd and related plugins

This is the monorepo for esbd and a few esbuild plugins that I've built. These projects are documented in their respective READMEs.

Package Description
esbd (CHANGELOG) Turn your esbuild config files into CLIs with enhanced DX for browser and Node application development.
esbuild-plugin-livereload An esbuild plugin that reloads the browser window after you make changes.
esbuild-plugin-sass An esbuild plugin for loading Sass/SCSS files using the CSS content type.
esbuild-plugin-typecheck An esbuild plugin for TypeScript type checking and side-channel compilation.
esbuild-plugin-html An esbuild plugin that populates an HTML template with <script> and <link> tags based on build output.
jest-esbuild An esbuild transform for Jest.