Skip to content

Commit

Permalink
chore: daily development
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Jan 14, 2025
1 parent ebdf6c2 commit 04aa4f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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": "2.0.3",
"version": "2.0.4",
"description": "",
"scripts": {
"release": "babel src --extensions \".ts\" --out-dir lib",
Expand Down
7 changes: 5 additions & 2 deletions plugins/babel-plugin-canyon/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@ export default declare((api, config, dirname) => {
}
}, //可配置代理 默认false
special: true, //默认false
keepMap: true, // 默认false
keepMap: true, // 默认true
}
:{
provider: 'gitlab',
keepMap: true,
}
:{}
config = {
...preset,
...trim(config),
Expand Down

0 comments on commit 04aa4f0

Please sign in to comment.