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
This issue suggests removing the library from being bundled into a single lib.js file. There are several reasons for removing library bundling; the main reason is the difficulty in bundling the declaration file into a single file. This is especially challenging because the rollup-plugin-typescript is deprecated, and there is an issue with using Node 23, as noted in #377.
The text was updated successfully, but these errors were encountered:
This issue suggests removing the library from being bundled into a single
lib.js
file. There are several reasons for removing library bundling; the main reason is the difficulty in bundling the declaration file into a single file. This is especially challenging because the rollup-plugin-typescript is deprecated, and there is an issue with using Node 23, as noted in #377.The text was updated successfully, but these errors were encountered: