storybook-module-federation icon indicating copy to clipboard operation
storybook-module-federation copied to clipboard

Make your Storybook components available as federated modules

Results 2 storybook-module-federation issues
Sort by recently updated
recently updated
newest added

Dotenv is not working at all. The environment variables are not included in the build `.storybook/main.js`: ``` const path = require("path"); require("dotenv").config({ path: path.join(__dirname, "..", "config", "env", ".env") }); const...

Recently, Storybook 7 has been released. With it, some changes in the main.js have occurred. For one, by default, webpack 5 is used. In the `main.js`, we now can just...

enhancement