Fork me on GitHub
#proton
<
2016-09-28
>
mathpunk03:09:11

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?

dvcrn08:09:54

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

dvcrn08:09:02

@mathpunk can you create an issue on github?

mathpunk17:09:47

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

dvcrn23:09:20

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

dvcrn23:09:02

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

dvcrn23:09:25

that should get rid of them