Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

Creating a browser-repl env like this: (cljs.repl.browser/repl-env :optimizations :none) does not work because client.js is not compiled in a single file. The browser throws the following error: goog is not defined.
:optimizations :simple (the default) works fine.
A quick fix would be to force :optimizations :simple in the REPL options. However, being able to set :optimizations :none would probably speed up compilation times.

3 Answers

0 votes
by

Comment made by: dnolen

Related CLJS-2168

0 votes
by

Comment made by: mfikes

patch does not apply

0 votes
by
...