babel-plugin-inject-polyfills
在项目入口文件中插入指定的 polyfills(Inject polyfill imports to the entry file)。
在项目入口文件中插入指定的 polyfills(Inject polyfill imports to the entry file)。
import sideeffect plugin for babel.
Component modular import plugin for babel.
基于antd的babel-plugin-import进行部分修改
A Babel plugin to inline selected functions
Component modular import plugin for babel.
babel plugin for demand import
Component modular import plugin for babel.
Component modular import plugin for babel.
Component modular import plugin for babel.
Operator overloading plugin for babel
Adds a syntax extension to construct objects and immeditely assign properties to them.
Babel plugin to replace Object.is with the polyfill
Babel plugin for verbose any object creation stack, file and line expansion for development purposes
import components from multiple source libs in one scope name
Babel plugin for overloading operators
Enums
Immediately invoked function expressions (IIFE) syntax sugar.
Convert `__proto__` in object literals to `Object.create` + property assign
Transform any member style `import { foo as bar } from 'module'` to default direct style `import bar from '{any}/foo'` with ease to enable tree shaking with any module.