You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[build] Update package.json and tsup.config.ts for build optimizations
- Added "sideEffects": false to package.json to improve tree-shaking.
- Modified tsup.config.ts to enable bundling and splitting for Common.js, while disabling them for ESM output.
- Refactored mixin application in Aptos class to ensure mixins are only applied once, improving performance and maintainability.
0 commit comments