Following #513 `@babel/plugin-syntax-jsx` is used. However in my project it's currently not installed, and as a result I get errors like: ``` 0:0 error Parsing error: Cannot find module '@babel/plugin-syntax-jsx' ``` I wonder why it's a peer dependency instead of a prod dependency?