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
fix: use CommonJS format for Rollup config for better compatibility
- Renamed rollup.config.js to rollup.config.cjs
- Removed "type": "module" from package.json
- Updated build scripts to explicitly reference .cjs config file
- Maintained all TypeScript improvements and unified configuration
This ensures compatibility with existing Node.js environments that may not
fully support ES modules while keeping the simplified build setup.
0 commit comments