libraries that are in dist/exceljs.js #2931
Unanswered
infinite-recursion
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using exceljs version 4.4.0. Since I am using it in the browser I am using the dist/exceljs.min.js and dist/exceljs.js files. Is there any way to determine all the libraries and exact versions of those libraries that are in those files? I don't see that documented. I know if was using npm install then would just look at package-lock.json generated, but I don't believe this applies for the browser version. Plus many dependencies in package-lock.json don't have exact version numbers (they have the "^" operator in front), meaning it just pulls the latest version that is available.
Beta Was this translation helpful? Give feedback.
All reactions