proton

https://github.com/dvcrn/proton
mathpunk 2016-09-28T03:38:11.000070Z

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?

dvcrn 2016-09-28T08:14:54.000071Z

the javascript layer installs react with it, but it's odd that language-babel conflicts with it

dvcrn 2016-09-28T08:15:02.000072Z

@mathpunk can you create an issue on github?

mathpunk 2016-09-28T17:01:13.000073Z

@dvcrn I shall

mathpunk 2016-09-28T17:22:47.000074Z

@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.

dvcrn 2016-09-28T23:40:20.000075Z

yep, that's how you should be able to do it

dvcrn 2016-09-28T23:43:02.000076Z

maybe we need a switch in javascript layer to swap language-javascript with babel

dvcrn 2016-09-28T23:43:21.000077Z

@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

dvcrn 2016-09-28T23:43:25.000079Z

that should get rid of them