7.0.0
- Upgrade to parcel v2 and node 14 support (#397) 66a7a10
Trying to build/deploy/run apps created with previous versions with our default react UI will throw an error nowSyntaxError: Support for the experimental syntax 'jsx' isn't currently enabled
To fix this, add"plugins": ["@babel/plugin-transform-react-jsx"]
to.babelrc
file and alsonpm install --save-dev @babel/plugin-transform-react-jsx
.