You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node 14 support with parcel and webpack upgrade (#273) 970cf12
Trying to build/deploy/run apps created with previous versions with our default react UI will throw an error now:
❗SyntaxError: Support for the experimental syntax 'jsx' isn't currently enabled
To fix this:
add to your .babelrc: "plugins": ["@babel/plugin-transform-react-jsx"]
run npm install --save-dev @babel/plugin-transform-react-jsx
chore(deps): bump y18n from 4.0.0 to 4.0.3 (#271) 99929bf
chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#267) ba1946b
chore(deps): bump lodash from 4.17.20 to 4.17.21 (#266) 8b0a9e3
fix: upgrade semver from 7.3.4 to 7.3.5 (#262) b64bbf0
fix: upgrade @adobe/aio-cli-plugin-console from 3.2.0 to 3.3.0 (#263) 524ecc5
fix: upgrade @adobe/aio-cli-plugin-certificate from 0.2.1 to 0.3.0 (#265) 0761bfa
fix: upgrade @adobe/aio-cli-plugin-auth from 2.4.0 to 2.4.1 (#261) 2484779
fix: upgrade @oclif/plugin-plugins from 1.9.5 to 1.10.0 (#254) 9d1df1a
fix: run slack notification only on failure 5d316e2