-
-
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
Redundant core-js
and airbnb-js-shims
deps
#10206
Comments
@f-masche This would be a tremendous contribution to Storybook and we'd love help on this. I'm hoping to do a full performance release post 6.0 but in the meantime all perf-related contributions are welcome.
In general, I suspect there's a lot of low-hanging fruit here. Renaming this issue to be more specific, but please feel free to open more issues/PRs as needed. Also you can filter issues by the |
core-js
and airbnb-js-shims
dependencies
core-js
and airbnb-js-shims
dependenciescore-js
and airbnb-js-shims
deps
@f-masche want to talk in a zoom call about this some time? Feel free to take a slot in my calendar: |
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! |
|
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! |
Hi! How to remove I currently have an issue with > new Date('1900-01-01T00:00:00.000')
< Invalid Date It fails MUI's CalendarPicker. UPD: It looks similar to #400 UPD2: Currently I "fixing" it by ignoring
|
This is complete in |
closing as fixed in 7.0 |
Is your feature request related to a problem? Please describe.
I recently started using storybook for an angular project, and I noticed the bundle size is HUGE (vendor bundle is about 7.8 MB !!!) and the startup times are not the greatest.
Question: Is there any effort taken on improving performance and reducing the bundle size in the future?
During my research, I found some redundant dependencies like
core-js
andairbnb-js-shims
instorybook/core
, which kind of do the same thing 🤷♂️.Is there a reason for having both
lowlight
andrefactor
for syntax highlighting, including ALL language files?Describe the solution you'd like
core-js
orairbnb-js-shims
.lowlight
andrefactor
and load only js and css languages.Describe alternatives you've considered
None so far.
Are you able to assist bring the feature to reality?
Yes I could definitelly do some work.
The text was updated successfully, but these errors were encountered: