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
I am writing to bring to your attention an issue regarding the size of the JavaScript library.
Currently, the library's file size exceeds 6MB via the official CDN.
This is causing a FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory when building with Vite -- this library is huge
One suggestion I have to this mark is SheetJS. They recently made an unannounced move away from npm and are now issuing updates on an alternate platform while still keeping the old version on npm. It's started to cause problems e.g. a CVE was discovered for the npm-hosted version, a fix for which will not be reaching the NPM version. (and thus danfojs)
I am writing to bring to your attention an issue regarding the size of the JavaScript library.
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/bundle.min.js"></script>Currently, the library's file size exceeds 6MB via the official CDN.
The text was updated successfully, but these errors were encountered: