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
We are currently using a webpack loader to scan files and look for any usage of require() or import() within the cy.origin callback. The loader excludes node_modules preventing a 3rd party plugin from using dependencies within the cy.origin callback. We need to develop a solution that allows dependencies within 3rd party plugins while still being performant.
Why is this needed?
We need an optimized dependencies solution to ensure we are not negatively impacting performance and memory usage.
Other
No response
The text was updated successfully, but these errors were encountered:
What would you like?
We are currently using a webpack loader to scan files and look for any usage of
require()
orimport()
within thecy.origin
callback. The loader excludesnode_modules
preventing a 3rd party plugin from using dependencies within thecy.origin
callback. We need to develop a solution that allows dependencies within 3rd party plugins while still being performant.Why is this needed?
We need an optimized dependencies solution to ensure we are not negatively impacting performance and memory usage.
Other
No response
The text was updated successfully, but these errors were encountered: