Curious about --no-dll option #12898
-
After updating to React 17, it seems like Storybook will only run correctly when supplied with the |
Beta Was this translation helpful? Give feedback.
Answered by
tooppaaa
Oct 24, 2020
Replies: 1 comment
-
It doesn't load the pre-compiled sources of storybook's UI and docs. This was meant for performance optimization but a different road is under investigation. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shilman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It doesn't load the pre-compiled sources of storybook's UI and docs.
Part of #12874 was to disable the docs dll by default and let you compile everything.
This was meant for performance optimization but a different road is under investigation.
More infos on dll: https://webpack.js.org/plugins/dll-plugin/