spago
spago copied to clipboard
Readme still says that purescript output is CommonJS modules
The build will produce very many JavaScript files in the output/ folder. These are CommonJS modules, and you can just require() them e.g. on Node.
This should probably be updated to say that 0.15+ outputs ESM