文件名称:babel-plugin-transform-remove-import:此插件删除所有导入调用
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-04 00:32:33
babel babel-plugin import remove-import JavaScript
babel-plugin-transform-remove-import 此插件将删除所有import调用。 例子 在 import strman from 'strman' 出去 安装 npm install babel-plugin-transform-remove-import 用法 通过.babelrc (推荐) .babelrc { " plugins " : [ " transform-remove-import " ] } 通过CLI babel --plugins transform-remove-import script.js 通过节点API require ( "babel-core" ) . transform ( "code" , { plugins : [ "transform-remove-import" ] } ) ;
【文件预览】:
babel-plugin-transform-remove-import-master
----src()
--------index.js(183B)
----.babelrc(28B)
----README.md(564B)
----tests()
--------remove-import.test.js(1KB)
----package.json(659B)