is it possible to give lumo more memory? I'm running out of heap.
@thosmos chime in here https://github.com/anmonteiro/lumo/issues/218
ah thanks!
I wish rollup could be told to bundle js modules implicitly, its tree shakeing is nice, but it's just not able to resolve js/require calls made by extarnal files. I can't see it makeing sense to monkeypatch the require function with nexe(make it read the base64 strings), maybe browserify node_modules directory and just concat it as intro or outro from the rollup output.