-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(feature-flags): run output through babel #9204
chore(feature-flags): run output through babel #9204
Conversation
✔️ Deploy Preview for carbon-react-next ready! 🔨 Explore the source changes: 84cbdd7 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-react-next/deploys/60feccbdad211b000759e698 😎 Browse the preview: https://deploy-preview-9204--carbon-react-next.netlify.app |
✔️ Deploy Preview for carbon-elements ready! 🔨 Explore the source changes: 84cbdd7 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-elements/deploys/60feccbd03b84700086687fc 😎 Browse the preview: https://deploy-preview-9204--carbon-elements.netlify.app |
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: 84cbdd7 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/60feccbd0daa0d00096acce1 😎 Browse the preview: https://deploy-preview-9204--carbon-components-react.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 ✅
related #8995
This PR runs the feature flags package output through Babel to support IE11. Although Storybook in IE11 will still be broken due to an upstream issue, there should no longer be any errors related to unsupported
class
usage (only the errors from Storybook should remain)