Fork me on GitHub
#lumo
<
2017-11-20
>
thosmos22:11:39

is it possible to give lumo more memory? I'm running out of heap.

thosmos22:11:29

ah thanks!

hlolli23:11:18

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.