dotfiles VS esbuild-plugin-global-externals

Compare dotfiles vs esbuild-plugin-global-externals and see what are their differences.

esbuild-plugin-global-externals

esbuild plugin for replacing imports with global variables. (by fal-works)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
dotfiles esbuild-plugin-global-externals
3 1
7,156 38
- -
7.2 3.6
10 days ago almost 3 years ago
Shell TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dotfiles

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-15.

esbuild-plugin-global-externals

Posts with mentions or reviews of esbuild-plugin-global-externals. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-11.
  • Software devs, how have you sped up your workflow?
    4 projects | news.ycombinator.com | 11 Dec 2021
    The only thing that tripped me up was the difference between esbuild's `externals` and webpack's `externals`. In webpack you can use the externals config to skip bundling a module and instead get it from another source such as a Node module or, in my case, from a global variable in the browser. In esbuild, an external module is only for the first situation (getting a module from Node instead of bundling it), so I was confused about how I can transfer the desired behavior over to esbuild. Luckily I found a plugin that does exactly what I want: [0].

    Other than that, I'm pretty darn satisfied with what esbuild can do out of the box. I don't use any other plugins except global externals, and I don't find myself missing anything from webpack. So far it's just better in every way (for myself at least).

    [0]: https://github.com/fal-works/esbuild-plugin-global-externals

What are some alternatives?

When comparing dotfiles and esbuild-plugin-global-externals you can also consider the following projects:

dotfiles - Configs for apps I care about

esbuild-loader - Webpack loader for esbuild: Speed up your build ⚡️

dotfiles - ⊙ All the dotfiles needed to make the world a better place

esbuild-plugins - ESBuild plugins by @LinbuduLab

anki - Anki's shared backend and web components, and the Qt frontend

esbuild-plugin-prismjs - A PrismJS plugin for esbuild. Bundle the language and plugins set in the configuration at build time. The same options as babel-plugin-prismjs are available.

dotfiles - My configuration files and personal collection of scripts.

autojump - A cd command that learns - easily navigate directories from the command line

mkjail - Create minimal jail environments on FreeBSD

dotfiles - :wrench: .files, including ~/.macos — sensible hacker defaults for macOS

gitalias - Git alias commands for faster easier version control

esbuild-plugins - Collection of useful esbuild js plugins