Compilation times are now much faster, ~100ms for dev builds on my machine. I haven't yet set a minimum browser version but this can be enabled with a flag in the future. There is a lot of repetition between the build and build-prod scripts and it might make sense to move them into a separate script. For now though, it builds faster, with a reduced number of dependencies.
Compilation times are now much faster, ~100ms for dev builds on my machine. I haven't yet set a minimum browser version but this can be enabled with a flag in the future. There is a lot of repetition between the
build
andbuild-prod
scripts and it might make sense to move them into a separate script. For now though, it builds faster, with a reduced number of dependencies.