Open
Description
The data-url
inlining that was added here has made our builds take a long time and appear to have broken hot-reloading.
Reproduce:
- Make a trivial text change
- Note that the build takes ~20s
- Comment out all of the import statements in
ui/lib/images.ts
- Note that the rebuild takes ~3s