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.
Enhance the require function in node.js with support for loaders which preprocess files and really async require (AMD). Enables Hot Code Replacement.
Compile static constants (ie. code that we can statically determine to be constant at runtime)
Babel plugin for turning __proto__ into a shallow property clone
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Task registry that allows composition through series/parallel methods.
> Polyfill/shim for `process.allowedNodeEnvironmentFlags`
A cross platform Promise.allSettled polyfill
ES Proposal spec-compliant shim for Promise.allSettled
Execute a callback when a request closes, finishes, or errors
Turns off all rules that are unnecessary or might conflict with Prettier.
An easy way to require all files within a directory.
ESLint parser that allows for linting of experimental syntax transformed by Babel
Node's querystring module for all engines. (ES3 compat fork)
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
PostCSS plugin This project tries to fix all of flexbug's issues
The fastest way to statically export your Nuxt application