npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "babel-plugin" 的结果(共 81 个)
babel-plugin-member-expression-literals

Turn valid member expression property literals into plain identifiers

MIT
babel-plugin-react-constant-elements

Treat React JSX elements as value types and hoist them to the highest scope

MIT
babel-plugin-constant-folding

Compile static constants (ie. code that we can statically determine to be constant at runtime)

MIT
babel-plugin-proto-to-assign

Babel plugin for turning __proto__ into a shallow property clone

MIT
babel-plugin-remove-debugger

Remove debugger statements

MIT
babel-plugin-eval

Compile eval calls with string literals

MIT
babel-plugin-react-display-name

Add displayName to React.createClass calls

MIT
babel-plugin-property-literals

Turn valid property key literals to plain identifiers

MIT
babel-plugin-undeclared-variables-check

Throw a compile-time error on references to undeclared variables

MIT
babel-plugin-remove-console

Remove console.* calls

MIT
babel-plugin-runtime

Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals

MIT
babel-plugin-jscript

Babel plugin to fix buggy JScript named function expressions

MIT
babel-plugin-undefined-to-void

Replace references to `undefined` with `void 0`

MIT
babel-plugin-transform-react-constant-elements

Treat React JSX elements as value types and hoist them to the highest scope

MIT
babel-plugin-transform-react-jsx-source

Add a __source prop to all JSX Elements

MIT
babel-plugin-dynamic-import-node

Babel plugin to transpile import() to a deferred require(), for node

MIT
babel-plugin-transform-react-remove-prop-types

Remove unnecessary React propTypes from the production build

MIT
babel-plugin-transform-define

Babel plugin that replaces member expressions and typeof statements with strings

MIT
babel-plugin-react-require

Babel plugin that adds React import declaration if file contains JSX tags.

MIT
babel-plugin-transform-object-rest-spread

Compile object rest and spread to ES5

MIT
babel-plugin-array-includes

Replaces `arr.includes(val)' with `arr.indexOf(val) >= 0`.

MIT
babel-plugin-jsx-dom-expressions

A JSX to DOM plugin that wraps expressions for fine grained change detection

MIT
babel-plugin-transform-es2015-modules-commonjs

This plugin transforms ES2015 modules to CommonJS

MIT
babel-plugin-transform-inline-imports-commonjs

A Babel transform that turns imports into lazily loaded commonjs requires

MIT
babel-plugin-module-alias

Babel plugin to rewrite the path in require() and ES6 import

MIT
babel-plugin-transform-async-to-generator

Turn async functions into ES2015 generators

MIT