Open sgielen opened 3 years ago
dist.go, containing the setup UI, is currently 4.3 MB mostly transpiled Javascript and .map files. I'm sure we don't use all that. We can remove .map files and make the Javascript smaller e.g. using tree shaking, to reduce our binary size.
.map
I've dropped the .map file with becc2b161e0b1f4e47c52195c5154e9dfe61c02c :)
dist.go, containing the setup UI, is currently 4.3 MB mostly transpiled Javascript and
.map
files. I'm sure we don't use all that. We can remove.map
files and make the Javascript smaller e.g. using tree shaking, to reduce our binary size.