Skip to content

Commit

Permalink
chore: repo overall update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Nov 25, 2024
1 parent cf8788a commit da3d700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/vite-plugin-canyon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-canyon",
"version": "0.0.1-beta.2",
"version": "0.0.1-beta.3",
"license": "MIT",
"files": [
"dist/*"
Expand Down
2 changes: 1 addition & 1 deletion plugins/vite-plugin-canyon/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default function VitePluginInstrumentation() {

return {
code: output.code,
map: output.map, // 如果需要 Source Map,可以启用
// map: output.map, // 如果需要 Source Map,可以启用
};
},
};
Expand Down

0 comments on commit da3d700

Please sign in to comment.