Skip to content

Commit

Permalink
update:README
Browse files Browse the repository at this point in the history
  • Loading branch information
fikyair committed Mar 30, 2021
1 parent 527d09c commit 356a54b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# babel-plugin
babel插件

babel插件,将项目 `url` 中的环境变量替换
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const a = `https://edu-activity.wps.cn/activity?fe_env=e`
const a = `https://edu-activity.cn/activity?fe_env=e`
2 changes: 1 addition & 1 deletion test/__fixtures__/first-test/code.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const a = `https://edu-activity.wps.cn/activity?fe_env=e`;
const a = `https://edu-activity.cn/activity?fe_env=e`;
2 changes: 1 addition & 1 deletion test/__fixtures__/first-test/output.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const a = `https://edu-activity.wps.cn/activity`;
const a = `https://edu-activity.cn/activity`;

0 comments on commit 356a54b

Please sign in to comment.