liady/webpack-node-externals
Easily exclude node modules in Webpack observed · 2026-08-28
Health v2 · maintenance only
54/100
- Activity 70
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3871
- days_rel: n/a
- days_push: 183
- n_releases_24m: 0
Adoption not part of the score
1294 stars · 60 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A small JavaScript library that generates a Webpack externals function to exclude node_modules dependencies from server-side bundles. It scans node_modules and tells Webpack to leave those modules as runtime require() calls instead of bundling them.
Use cases
- exclude node_modules from webpack bundle
- bundle a node backend with webpack
- keep dependencies external when building for serverless
- prevent webpack from bundling node dependencies
- configure webpack externals for node target
- allowlist specific modules to bundle while excluding the rest
When to choose
- You're bundling a Node.js backend or serverless function with Webpack and want dependencies left as require() calls
- You want a one-line externals configuration with allowlist support
When to avoid
- You're bundling frontend code where dependencies should be included
- You use a bundler other than Webpack
- You want zero-config node externals in Webpack 5+ via built-in externalsPresets alone
Facets
library · maturity active
build-tool developer-tools developer-tools backend web-development cli webpack node-modules externals bundler serverless nodejs
2 sources
- readme: https://github.com/liady/webpack-node-externals · fetched 2026-08-28 · e3b0fc9476f5
- registry_npm: https://registry.npmjs.org/webpack-node-externals · fetched 2026-08-29 · 8ca429769bd8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| liady/webpack-node-externals | main | 54 |
For agents
markdown · JSON · MCP: product_card(name="liady/webpack-node-externals")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem