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
Juho Teperi edited this page Aug 4, 2017
·
3 revisions
This page doesn't try to list all common problems but lists some which are specific to Boot-cljs or are caused by differences to other common tools, such as Cljsbuild.
Problems with advanced optimizations and external JavaScript
:output-wrapper is enabled default for optimized builds since version 2.1.
Closure compiler emits JavaScript globals such as aE in advanced optimization mode, often causing conflicts with external JavaScript code. See this page for details.