Fixed
Details
Assignee
UnassignedUnassignedReporter
ewen grosjeanewen grosjeanPatch
CodePriority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
ewen grosjean
ewen grosjeanPatch
Code
Priority
Created December 5, 2015 at 10:53 PM
Updated February 25, 2022 at 4:32 PM
Resolved February 25, 2022 at 4:32 PM
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.