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
Ensure we are bundling production version of dependencies such as react, bluebird, react-dom etc
Purpose
if we bundle development versions, it hurts bundle size and efficiency(cpu, memory usage) and can conflict with development versions in AUT, for example messing up react devtools
additionally, development versions such as react add in internal debug code that holds onto references, which can keep objects around in memory and lead to performance degradation or increased memory / heap size
The text was updated successfully, but these errors were encountered:
The code for this is done in cypress-io/cypress#4842, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
Ensure we are bundling production version of dependencies such as
react
,bluebird
,react-dom
etcPurpose
react
add in internal debug code that holds onto references, which can keep objects around in memory and lead to performance degradation or increased memory / heap sizeThe text was updated successfully, but these errors were encountered: