Skip to content

Instantly share code, notes, and snippets.

@lgandecki
Created May 1, 2020 16:25
Show Gist options
  • Save lgandecki/c6a2af593acd4b4f775b3c1205d57d88 to your computer and use it in GitHub Desktop.
Save lgandecki/c6a2af593acd4b4f775b3c1205d57d88 to your computer and use it in GitHub Desktop.
// Configure our plugin in your Storybook webpack.config.js like this:
plugins: [
new StorybookWebpackFederationPlugin({
name: "xolvio-ui",
files: {
paths: ["./src/**/*.ts{,x}"]
}
})
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment