- Fix `svg-colorizer` throwing errors with Windows file paths
- Fix `css-url-parser` swallowing errors because it was `async`
- Fail SDK build script (`yarn build:sdk`, `build.sh`) overall when some commands are failing
it's missing still:
- non-css assets like the download sandbox and the olm worker aren't written for some reason
- the es and cjs lib.js entry points end up in assets with a hash for some reason
- in these entry files, apart from our exports, something is adding an import statement for every import that was found in the tree
- all assets are hashed even though the config tries to disable that
- tests are included