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.