Babel插件 Packages
babel-plugin-component-source-path
在 DOM 节点上透出组件源码路径
babel-plugin-conditional-annotation
Remove the code during the compilation phase through conditional annotations, is babel plugin.
babel-plugin-conditional-compile-with-comment
babel babel-plugin conditional-compile
babel-plugin-conditional-invariant
Wrap invariant checks in NODE_ENV conditionals.
babel-plugin-console-events
Babel plugin that allows to subscribe to console events
babel-plugin-console-log-label
Babel plugin for javascript label that log change into console.log()
babel-plugin-code-cleaner
babel code cleaner, removes specified console & debugger debugging code
babel-plugin-code-inject
A Babel plugin that implements automatic injection of functions/code segments based on comments
babel-plugin-cssmodule
Automatic processing of CSS Modules
babel-plugin-custom-transform-imports
Transforms named imports into (default) full path imports.
babel-plugin-customize-imports
Transforms member style imports (import {x} from 'y') into default style imports (import x from 'y/lib/x')
babel-plugin-inline-react-svg-v2
A babel plugin that optimizes and inlines SVGs for your react components.
babel-plugin-i18n-chinese
将js代码中中文转成多语言函数
babel-plugin-inject-import
Babel plugin to inject some custom import statement.
babel-plugin-injectcomponentcode
babel plugin react nextjs inject code
babel-plugin-import-to-string
import 路径转换为字符串
babel-plugin-import-to-window-require
babel-plugin-import-to-window-require
babel-plugin-inline-all-functions
A Babel plugin to inline all functions
babel-plugin-inline-file
Babel plugin to inline files. Inline C# code in edge-js is convenient!