2049 packages found
A babel plugin that adds istanbul instrumentation to ES6 code
Module resolver plugin for Babel
Transforms member style imports (import {x} from 'y') into default style imports (import x from 'y/lib/x')
Compile class and object decorators to ES5
A babel plugin that optimizes and inlines SVGs for your react components.
Turn JSX into Inferno virtual DOM
an eslint rule plugin companion to babel-eslint
Seamless integration between Rollup and Babel.
babel plugin that emulates vite's import.meta.hot functionality
Remove unnecessary React propTypes from the production build
Babel plugin that adds React import declaration if file contains JSX tags.
Compile ESNext Regular Expressions to ES5
Compile class public and private fields, private methods and decorators to ES6
Transforms flow type annotations into runtime type checks.
Babel plugin to transpile import() to a deferred require(), for node
Babel plugin to replicate Webpack require.context
babel-plugin-module-resolver resolver for eslint-plugin-import
- eslint
- eslint-plugin-import
- eslint-import-resolver
- babel
- babel-plugin
- module
- resolver
- alias
- rewrite
- resolve
- rename
- mapping
- require
- import
Load your `.env` file and replace `process.env.MY_VARIABLE` with the value you set.
A plugin for Babel 6 supports extending from builtin types based on static analysis.
Transpile ES7 async/await to vanilla ES6 Promise chains