R
Radoslav Kirilov
Guest
Hi, The difference is that in the debug version the code is not minified and obfuscated like in the release. Also in the release version, the bigger js files like app.bundle.js has compressed gz version in order browsers to download them quickly. In general, the debug version can be used for testing, debugging problems and hosting on staging server where any JavaScript error can be seen and traversed. Best, Rado
Continue reading...
Continue reading...