In storybook-build/src/read-file-config.ts, there is an import from @web/config-loader
, which isn't listed in @web/storybook-builder
's dependencies.
This will cause an error when building storybook unless the user has @web/config-loader
installed directly or as the result of another package.
I ran into this issue after uninstalling @custom-elements-manifest/analyzer
.