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
CLJS-1472 Patch for CLJS-1467 causes regression for nodejscli
The :output-to fallback of cljs.closure/compile-file is removed since
it was not reachable before CLJS-1467 and it only caused problems
after. Instead, all compile-file callers need to explicitly use
:output-file, including the (:main & (:simple | :optimizations)) case
tackled by CLJS-1467.
0 commit comments