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
@mathpunk can you create an issue on github?
@dvcrn I shall
@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.
yep, that's how you should be able to do it
maybe we need a switch in javascript layer to swap language-javascript
with babel
@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
that should get rid of them