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.
Lexes ES modules returning their import/export metadata
A standard library polyfill for ES Modules supporting browsers (Edge 16+, Firefox 60+, Chrome 61+, Safari 10.1+)
A Babel preset that targets modern browsers by fixing engine bugs.
Easily exclude node_modules in Webpack bundle
This plugin transforms ES2015 modules to CommonJS
This plugin transforms ES2015 modules to CommonJS
A loader-agnostic CSS Modules implementation, based on PostCSS
Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.
Return an array of all parent node_modules directories
Tools for debugging your node.js modules and event loop
Tools for debugging your node.js modules and event loop
require and resolve modules relative to a path of your choice
PostCSS plugin to use CSS Modules everywhere
Convert CommonJS modules to ES2015
Require modules from parent modules.
Report and remove unused es6 modules
Generate fixture modules from folders
Load node modules according to tsconfig paths, in run-time or via API.
Read the contents of node_modules.