bhauman / lein-figwheel

Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
Eclipse Public License 1.0
2.88k stars 209 forks source link

Wrong preamble warning #561

Closed ashercoren closed 7 years ago

ashercoren commented 7 years ago

According to the official Clojurescript compiler wiki, the preamble option is only valid with optimizations other than :none. But with Figwheel 0.5.10, I get a Spec Warning that :preamble has no effect when :optimizations is not :none.