You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2022. It is now read-only.
Actually fix ReferenceError bug with :optimizations :advanced.
When invoking the clojurescript compiler directly with :optimizations :advanced,
also set :output-wrapper true. lein-cljsbuild does this too, and without it
^:export'ed symbols don't get exported correctly.
0 commit comments