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
下载地址
用户评论