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
It might be a good idea to use rollup to transpile to ESModule, CommonJS, and TS Declarations, compressing the build down to mostly one file (except, probably, for the TS Definitions).
This could decrease the package size quite a bit and potentially enable better support of older NodeJS versions.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It might be a good idea to use rollup to transpile to ESModule, CommonJS, and TS Declarations, compressing the build down to mostly one file (except, probably, for the TS Definitions).
This could decrease the package size quite a bit and potentially enable better support of older NodeJS versions.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions