Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Oct 15, 2024
1 parent 31103d2 commit 68a0e51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/babel-plugin-canyon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-canyon",
"version": "1.8.78-alpha.1",
"version": "1.8.79",
"description": "",
"main": "lib/index.js",
"files": [
Expand Down
4 changes: 3 additions & 1 deletion plugins/babel-plugin-canyon/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ export default declare((api,config) => {
path.node.body.unshift(canyon)
// TODO: 需要删除writeCanyonToLocal
path.node.body.unshift(writeCanyonToLocal)
path.node.body.unshift(injectInPagePopup)

// TODO: 测试代码
// path.node.body.unshift(injectInPagePopup)


// 必须校验数据完整性
Expand Down

0 comments on commit 68a0e51

Please sign in to comment.