I'm plying around with jco, and I noticed it seems that recent versions produce bindings for components that include a line
_fs = _fs || await import('node:fs/promises');
which does not work when packaging a web app for a browser environment, webpack will complain. Why is this and how can I avoid it?
Disclaimer: I'm about as far from a web dev as it gets, so pardon me if I'm missing the basics here.
ahh, it might be a react issue where these file should be polyfilled
Last updated: Feb 27 2025 at 23:03 UTC