Webpack hot reloading you can attach to your own server
Publish to a gh-pages branch on GitHub (or any other branch on any other remote)
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
ES2019 spec-compliant String.prototype.trimStart shim.
Determine if the current node version supports the `--preserve-symlinks` flag.
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
Helper functions around Function call/apply/bind, for use in `call-bind`
ES Math-related intrinsics and helpers, robustly cached.
Fastest deep equal comparison for React. Great for React.memo & shouldComponentUpdate. Also really fast general-purpose deep comparison.
A toolkit for easy Babel AST generation and manipulation.
Strip comments and string literals from JavaScript code
Providing common fields for analytics integrations
This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()
Cookie helpers compatible with Edge Runtime
An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.
An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible
Next-generation ES module bundler
resolve like require.resolve() on behalf of files asynchronously and synchronously
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
Get and robustly cache all JS language-level intrinsics at first require time
Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.
InversifyJs core package
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim