From a584b72d0bcf3fd9dd5546ce3cc987719ea7ccd7 Mon Sep 17 00:00:00 2001 From: FAL Date: Thu, 4 Feb 2021 00:27:14 +0900 Subject: [PATCH] Add @fal-works/esbuild-plugin-global-externals --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0614e24..5cc0ce7 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ This is just a centralized list of 3rd-party plugins to make discovery easier. N ### Other plugins +* [@fal-works/esbuild-plugin-global-externals](https://github.com/fal-works/esbuild-plugin-global-externals): A plugin to replace module imports with global variables. * [@yarnpkg/esbuild-plugin-pnp](https://github.com/yarnpkg/berry/tree/master/packages/esbuild-plugin-pnp#yarnpkgesbuild-plugin-pnp): A plugin adding support for [Yarn Plug'n'Play](https://yarnpkg.com/features/pnp) installs. * [esbuild-plugin-cache](https://github.com/dalcib/esbuild-plugin-cache): A plugin to cache http/https modules. It works with [import-maps](https://github.com/WICG/import-maps). * [esbuild-plugin-flow](https://github.com/dalcib/esbuild-plugin-flow): A plugin to strip types for Flow files using flow-remove-types package.