babel-plugin-custom-transform-imports
Transforms named imports into (default) full path imports.
Transforms named imports into (default) full path imports.
Transforms member style imports (import {x} from 'y') into default style imports (import x from 'y/lib/x')
Babel plugin to inject some custom import statement.
import 路径转换为字符串
通过配置给相应文件自动引入装饰器到默认导出的组件
remap import 'src' to transpiled/built location plugin for babel.
指定import替换成全局window.xxx
replace import path by customize rules
This plugin is used to import on demand.
antd import plugin for snowpack
Trans import to certain path
This is an alias conversion babel plugin
Module resolver plugin for Babel
Prevent typescript from compiling your import function
Async image-size, faster and lighter than the original
Transforms all internal references to a module's exports such that each reference starts with `module.exports` instead of directly referencing an internal name. This enables easy mocking of specific (exported) functions in Jest with Babel/TypeScript, even
Transforms all internal references to a module's exports such that each reference starts with `module.exports` instead of directly referencing an internal name. This enables easy mocking of specific (exported) functions in Jest with Babel/TypeScript, even
Turn file imports into strings
Add an extension to import specifiers that do not already have one, replace the extensions of those that do, or even rewrite specifiers entirely.
Stylus to CSS & replace it's Content