xolvio / storybook-webpack-federation-plugin

Exposes all the components in your Storybook as Webpack 5 federated components.
MIT License
57 stars 5 forks source link

dedupe shared #6

Closed TillaTheHun0 closed 4 years ago

TillaTheHun0 commented 4 years ago

In the event that I have additional deps in shared, I think having to omit react and react-dom, when using this plugin would be a gotcha. This PR dedupes shared, so it's not an issue. :)