From 5738784ecd9ffeb3034d58d5f2e664c59ffa0457 Mon Sep 17 00:00:00 2001 From: Joel Arvidsson Date: Sun, 20 Mar 2022 18:49:15 +0100 Subject: [PATCH] Add esbuild-server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f921640..8ae0017 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ This is just a centralized list of 3rd-party plugins to make discovery easier. N * [esbuild-plugin-tsc](https://github.com/thomaschaaf/esbuild-plugin-tsc): A plugin to transform typescript files using the official [typescript compiler](https://github.com/microsoft/TypeScript). Allows usage of `emitDecoratorMetadata`. * [esbuild-plugin-velcro](https://github.com/ggoodman/esbuild-plugin-velcro): A plugin to load npm (bare module) dependencies from the cloud and requiring no previous NPM install. * [esbuild-plugin-webpack-bridge](https://github.com/igoradamenko/esbuild-plugin-webpack-bridge): A plugin that allows to use webpack loaders. +* [esbuild-server](https://github.com/oblador/esbuild-server): Development server with support for live reloading, proxying and History API fallback. * [esbuild-svelte-paths](https://github.com/alexxnb/esbuild-svelte-paths): A plugin that resolves shortcuted pathes for Svelte components. ### Plugins not hosted on npm (e.g. for Deno)