ka-extension / ka-extension-ts

A browser extension for Khan Academy.
MIT License
19 stars 11 forks source link

Switch to esbuild #229

Closed lukekrikorian closed 3 years ago

lukekrikorian commented 3 years ago

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.