Closed catdevnull closed 4 months ago
Linking #49, #77
This is pretty involved for this project because it's Node-specific, so it actually implies setting up a new build system that can support doing multiple builds for different platforms (otherwise we need to do dynamic require
s which don't get transformed in esbuild
, or bundlerless polyfills which aren't fun).
At that point it's trivial to tack #22 onto this too - got this implemented on a branch today. I still need to clean up a couple parts of this, but it does seem to help with 404s sometimes.
https://github.com/imputnet/cobalt/pull/574