Skip to content

Commit

Permalink
Added esbuild-plugin-env (esbuild#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamitsushi authored Feb 9, 2023
1 parent 31f2b00 commit 17ac3a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This is just a centralized list of 3rd-party plugins to make discovery easier. N
* [esbuild-plugin-css-modules](https://github.com/koluch/esbuild-plugin-css-modules): Another one plugin to support CSS-modules (partially)
* [esbuild-plugin-define](https://github.com/webdeveric/esbuild-plugin-define): Flatten an object and pass it to esbuild's `define`.
* [esbuild-plugin-elm](https://github.com/phenax/esbuild-plugin-elm): A plugin to compile an elm project with esbuild.
* [esbuild-plugin-env](https://github.com/yamitsushi/esbuild-plugin-env): Update `process.env` variables. Uses dotenv and pass it to esbuild.
* [esbuild-plugin-environment](https://github.com/webdeveric/esbuild-plugin-environment): Define `process.env` variables. It accepts an array of keys or an object with keys mapped to their default values.
* [esbuild-plugin-external-package](https://github.com/yamitsushi/esbuild-plugin-external-package): sets all dependencies to external, alternative when `packages:"external"` is not applicable.
* [esbuild-plugin-global-api](https://github.com/DarrenDanielDay/esbuild-plugin-global-api): An esbuild plugin for simplifying global API calls.
Expand Down

0 comments on commit 17ac3a4

Please sign in to comment.