Tag
build-tooling
Safeguard articles tagged "build-tooling" — guides, analysis, and best practices for software supply chain and application security.
2 articles
Open Source
babel-loader: Keeping Your Babel Toolchain Lean and Patched
The babel-loader npm package bridges webpack and Babel in millions of builds. Here's how to configure it for speed, keep the toolchain patched, and know when you no longer need it.
Sep 3, 20256 min read
Open Source
@babel/plugin-transform-runtime: What It Does and When You Need It
The babel plugin transform runtime deduplicates Babel's injected helpers and keeps polyfills out of the global scope. Here is what it actually changes in your output, and when it earns its place.
Feb 12, 20256 min read