Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
Re-enable :none filter when reading cljs/core.aot.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiardi committed Apr 26, 2018
1 parent 0a48405 commit c83ab9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cljs/bundled/lumo/compiler.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@
(body)))

(defn cached-core [ns ext opts]
;; TODO: revert this
(and ;(= :none (:optimizations opts))
(and (= :none (:optimizations opts))
(not= "cljc" ext)
(= 'cljs.core ns)
(io/resource "cljs/core.aot.js")))
Expand Down

0 comments on commit c83ab9a

Please sign in to comment.