spago icon indicating copy to clipboard operation
spago copied to clipboard

Readme still says that purescript output is CommonJS modules

Open artemisSystem opened this issue 3 years ago • 0 comments

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

artemisSystem avatar Sep 17 '22 09:09 artemisSystem