Skip to content

Commit

Permalink
chore: 支持 tree shaking (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei authored Jul 25, 2024
1 parent ac6b4de commit 056f392
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"module": "es/index.js",
"types": "es/index.d.ts",
"unpkg": "dist/larkmap.min.js",
"sideEffects": [
"**/*.less"
],
"files": [
"lib",
"es",
Expand Down

0 comments on commit 056f392

Please sign in to comment.