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 Node.js 22 compatibility issue in rollup config
- Replace deprecated 'assert' syntax with readFileSync for JSON import
- Node 22 deprecated 'assert' in favor of 'with' keyword for import assertions
- Using readFileSync ensures compatibility across Node 20 and 22
0 commit comments