Skip to content
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.

Clone this wiki locally