Currently, the build size is more than 6 Mb which causes a huge delay until it loads on slow servers or/and bad connections. Also there are a lot of logging which goes to a Developer Console and is of no use for an end user, but adds some weight and load to the build.
By latest commits in #356 processing with terser (minification, and removing all console.log's and stuff from production build) was added.
So now we have:
dev build of the bundle is 6.4 MB
But if we add to .envGULP_ENV=production
Currently, the build size is more than 6 Mb which causes a huge delay until it loads on slow servers or/and bad connections. Also there are a lot of logging which goes to a Developer Console and is of no use for an end user, but adds some weight and load to the build.