Is there any performance benefit to using Cypress bundled libraries (ie lodash) vs regular importing of library? #25690
Unanswered
bvandercar-vt
asked this question in
Questions and Help
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.
-
Assuming one already has lodash in their project for other purposes, are there any performance benefits of using Cypress' bundled lodash vs. importing from the "regular" lodash?
Cypress._.function
vs.import {function} from lodash
Beta Was this translation helpful? Give feedback.
All reactions