This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-09-28
Channels
- # arachne (2)
- # aws (5)
- # aws-lambda (5)
- # beginners (4)
- # boot (25)
- # cljs-dev (270)
- # cljsjs (1)
- # cljsrn (72)
- # clojars (5)
- # clojure (201)
- # clojure-belgium (5)
- # clojure-brasil (4)
- # clojure-italy (2)
- # clojure-korea (2)
- # clojure-russia (24)
- # clojure-spec (24)
- # clojure-uk (22)
- # clojurebridge (1)
- # clojurescript (125)
- # cloverage (3)
- # cursive (41)
- # datomic (37)
- # dirac (4)
- # emacs (2)
- # hoplon (421)
- # lein-figwheel (1)
- # leiningen (5)
- # luminus (2)
- # mount (1)
- # off-topic (18)
- # om (44)
- # om-next (4)
- # onyx (44)
- # pedestal (3)
- # proton (9)
- # re-frame (21)
- # reagent (21)
- # ring-swagger (12)
- # specter (9)
- # sql (2)
- # untangled (62)
- # vim (16)
I keep getting a message that 'react' and 'language-babel' are not compatible, despite having removed the react package from my .proton. Does anyone have any idea why that might be happening?
the javascript layer installs react with it, but it's odd that language-babel conflicts with it
@dvcrn Wait, maybe I'm just doing this wrong. I have :lang/javascript
in my :layers
vector, and I put :language-babel
in my :additional-packages
vector.
@mathpunk: can you add the react packages that are conflicting to disabled-packages
? https://github.com/dvcrn/proton/blob/46de113908b5b48afc6de3b0e67a5b9d27d08c2d/plugin/templates/proton.edn#L67