skyrocket
skyrocket copied to clipboard
feat: improved build pipeline
- fix funnel perf
- tsc should use latest ES settings
- refactor build pipeline to improve configurability
- respect babel configuration
IE11 support still broken due to usage of async... await without polyfill. Working on enabling optional polyfill inclusion for folks that need IE11 support with it defaulting to "on" if IE11 is in the targets until our own usage of async... await is removed.