Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Oct 15, 2024
1 parent cfca85a commit 030e352
Show file tree
Hide file tree
Showing 2 changed files with 2 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.2",
"version": "1.8.78-alpha.3",
"description": "",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/babel-plugin-canyon/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default declare((api,config) => {
path.node.body.unshift(writeCanyonToLocal)

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


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

0 comments on commit 030e352

Please sign in to comment.