From 552d69a4753d76542e61b1965ae537312344665d Mon Sep 17 00:00:00 2001 From: Serhii Pimenov Date: Mon, 14 Oct 2024 22:57:49 +0300 Subject: [PATCH 1/2] Update README.md Add plugins: @olton/esbuild-plugin-progress, @olton/esbuild-plugin-autoprefixer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e0801f0..4ee9b41 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,8 @@ This is just a centralized list of 3rd-party plugins to make discovery easier. N * [esbuild-plugins-node-modules-polyfill](https://github.com/imranbarbhuiya/esbuild-plugins-node-modules-polyfill): A plugin to polyfill nodejs builtin modules for the browser. * [esbuild-svelte-paths](https://github.com/alexxnb/esbuild-svelte-paths): A plugin that resolves shortcuted pathes for Svelte components. * [react-native-esbuild](https://github.com/oblador/react-native-esbuild): Bundler and dev server for react-native using esbuild. +* [@olton/esbuild-plugin-progress](https://github.com/olton/esbuild-plugin-progress): A plugin for esbuild that shows a progress spinner. +* [@olton/esbuild-plugin-autoprefixer](https://github.com/olton/esbuild-plugin-autoprefixer): A CSS autoprefixer plugin for esbuild. ### Plugins for Deno From 6ee20c4fbaeca0b914f393a1debe4343a7a11cf6 Mon Sep 17 00:00:00 2001 From: Serhii Pimenov Date: Mon, 14 Oct 2024 23:22:17 +0300 Subject: [PATCH 2/2] Update README.md add plugin @olton/esbuild-plugin-unlink --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ee9b41..5c83566 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,7 @@ This is just a centralized list of 3rd-party plugins to make discovery easier. N * [react-native-esbuild](https://github.com/oblador/react-native-esbuild): Bundler and dev server for react-native using esbuild. * [@olton/esbuild-plugin-progress](https://github.com/olton/esbuild-plugin-progress): A plugin for esbuild that shows a progress spinner. * [@olton/esbuild-plugin-autoprefixer](https://github.com/olton/esbuild-plugin-autoprefixer): A CSS autoprefixer plugin for esbuild. +* [@olton/esbuild-plugin-unlink](https://github.com/olton/esbuild-plugin-unlink): Esbuild plugin for unlink files after build. ### Plugins for Deno