For background, please see Proposal: Remove the Browser REPL backend · Issue #4252 · purescript/purescript · GitHub.
In 0.15 we are initially going to ship without the Browser REPL backend, as it is a blocker for shipping ES modules. If this significantly affects your workflow, please let us know! If it does, could you let us know if any of the following alternatives work for you:
- Using TryPureScript, which contains the full package set and support for common UI libs like React.
- Using a bundler with a dev server, which gives you a TryPureScript-like experience for local code.