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-2691: goog.require in module-processed files shouldn't require goog.base
Using goog.require or `import x from "goog:something"` adds goog base
into module requires, but because Cljs already adds goog base file to
build always, this causes duplicate file error in optimize step.
0 commit comments