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
While checking some network traffic stuff,
i notice that we transfer the complet scripts.js file without minified it.
When i send this throw a minifier the file get from ~60kb to 40kb,
so should this be done somewhere, maybe in build tools?
Description
While checking some network traffic stuff,
i notice that we transfer the complet scripts.js file without minified it.
When i send this throw a minifier the file get from ~60kb to 40kb,
so should this be done somewhere, maybe in build tools?
The values are without gzip.
In best case we also generate some map files for minified version so that development is possible on this files,
when wanted.
https://stackoverflow.com/questions/21719562/how-to-use-javascript-source-maps-map-files
The text was updated successfully, but these errors were encountered: