Norbert de Langen
Norbert de Langen
That sounds like a good idea, like extra technical documentation?
> So my suggestions would be: Only load the metadata.json once and not for every included sub-storybook. yeah this is the way it's supposed to work! I think you have...
I find it interesting you can run a development command (`npm run build`) when only having production dependencies installed, honestly. Is this intended to work @mrmckeb ?
The issue has 2 possible work-arounds, right now: - install all dependencies - move the storybook the storybook dependencies to regular dependencies manually. Despite the error in the console, the...
@shilman Do you think you can help me understand why https://app.circleci.com/pipelines/github/storybookjs/storybook/30614/workflows/4a03924c-4716-4d9e-ac10-c499ba5fdae8/jobs/429471 is failing? Seems the background color isn't applied anymore, but I can't seem to find the reason why.
@tmeasday you marked adding unknown globals as deprecated, but it looks like removing that actually breaks addon-backgrounds?
That fixed it @tmeasday ♥️
@shilman mentioned that he wanted to discuss this deprecation further. He said that silently ignoring new incoming properties was not a good idea. I tend to agree. We should either...
I'll add a bit of code that throws an error when a property is filtered out
Documentation about a custom webpack configs would be helpful