-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Storybook fails to launch #10164
Comments
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
FYI 6.0 alpha should be IE11 compatible now |
I'm having trouble launching Storybook The IE11 error points at a perhaps-untranspiled usage of This seems tangential to @khawajaumarfarooq's issue, but I also don't want to overwhelm the team with any duplicates—please advise 😄 |
My comment above appears to be more like a special/new case of #8884, rather. |
Is the manager displayed in IE 11 ? |
The manager begins to load but doesn't render a list of components in Edge, and nothing loads in IE11 (this is all for web components specifically). |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook! |
Describe the bug
I am trying to make Storybook work with IE11. I am part of a team creating a product to be used in the finance industry and IE11 is an important browser for us to support.
We were previously using Storybook v5.2.6 and things were working fine, except Storybook wouldn't run on IE11. This was due to some ES6 syntax such as rest/spread operators and arrow functions. I decided to use Babel to transpile ES6 code to ES5.
To achieve this, I added a
.babelrc
, as shown below.A team mate has also added a
webpack.config.js
, also shown below.I understand that this is not a bug, strictly speaking. I seem to be stuck on how to make Storybook use core-js@2.
Any help given will be greatly appreciated.
To Reproduce
Steps to reproduce the behavior:
npm run storybook
and pressExpected behavior
I expect that Storybook will build and launch in Dev mode.
Code snippets
.storybook/.babelrc:
.storybook/webpack.config.js:
package.json:
Additional context
The text was updated successfully, but these errors were encountered: