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
When testing the browser code, a bundle.js file is created. This file generates warnings about being too large and that is primarily due to all crypto functions (which we don't use on the browser) being included in the bundle.
Webpack needs to be configured to ignore those files.