babel plugin search and replace:一个小的babel插件来搜索字符串并替换它们 源码
babel插件的搜索和替换 它能做什么 ? 它替换您在babel运行时选择的字符串 如何使用它 ? yarn add babel-plugin-search-and-replace -DE或npm i babel-plugin-search-and-replace --save-dev --exact 在.babelrc中添加以下行 { " plugins " : [ [ " search-and-replace " , { " rules " : [ { " search " : " sea
文件列表
babel-plugin-search-and-replace-master.zip
(预估有个8文件)
babel-plugin-search-and-replace-master
.gitignore
884B
package.json
395B
README.md
1KB
tests
__snapshots__
index.spec.js.snap
1KB
index.spec.js
2KB
lib
index.js
1KB
暂无评论