Skip to content
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

Remove over 1500+ dependencies from the published package #13369

Closed
GeorgeTailor opened this issue Dec 3, 2020 · 0 comments
Closed

Remove over 1500+ dependencies from the published package #13369

GeorgeTailor opened this issue Dec 3, 2020 · 0 comments

Comments

@GeorgeTailor
Copy link

Is your feature request related to a problem? Please describe
I'm always frustrated when I have to run storybook locally or when I have to deploy something with it. In the end it's a simple MDX to html transpiler and some fancy add-ons like knobs which require JS runtime (I suspect it's React, which makes my eyes bleed when I read your error messages).

Describe the solution you'd like
Remove over 1500+ dependencies from the published package.
Use marked and pure JS ffs. That a total of 1 package.

Describe alternatives you've considered
Doing that myself.

Are you able to assist to bring the feature to reality?

cd storybook
rm -rf ./
npm init
npm i marked --save-dev
touch index.js
@shilman shilman closed this as completed Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants