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

Commit

Permalink
Re-enable filter in cache-core
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiardi committed Mar 28, 2018
1 parent 46c66f7 commit 149c45c
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 149c45c

Please sign in to comment.