This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-20
Channels
- # aws (7)
- # bangalore-clj (2)
- # beginners (64)
- # boot (34)
- # cider (1)
- # cljs-dev (8)
- # cljsrn (22)
- # clojure (268)
- # clojure-greece (2)
- # clojure-italy (8)
- # clojure-quebec (1)
- # clojure-russia (5)
- # clojure-spec (7)
- # clojurescript (7)
- # consulting (1)
- # cursive (184)
- # data-science (1)
- # datascript (18)
- # datomic (54)
- # dirac (1)
- # emacs (17)
- # graphql (1)
- # klipse (2)
- # leiningen (1)
- # off-topic (17)
- # onyx (10)
- # pedestal (2)
- # reagent (16)
- # spacemacs (4)
- # untangled (3)
- # vim (28)
- # yada (3)
followup: adding a foreign-libs entry in the cljsbuild with the same :provides but a different :file does seem to override
Is it possible to exclude files or directories from the cljs compiler that are in my source path of "src/cljs"? I have src/cljs/mobile folder that pulls in react-native code and this is causing issues with the cljsbuild with advanced optimizations. This github issue https://github.com/emezeske/lein-cljsbuild/issues/157 mentioned the existence of a :exclude key, but I can't seem to find it in the cljs compiler as an option anymore. I was hoping to be able to add a :exclude ["myapp.mobile"] to the compiler options in my project clj to not pull in files from that directory.