salzpate

Results 4 comments of salzpate

Ok, then it's understandable why you didn't take dev dependencies. Sure, just let me know and I'll test the new version.

In the main.ts file are only some exports of some components of a component library

.storybook/main.ts: `const path = require('path'); const babelConfig = require('../babel.config.js'); module.exports = { stories: ['../stories/**/*.stories.tsx'], addons: [ '@storybook/addon-links', '@storybook/addon-styling', '@storybook/addon-essentials', ], features: { postcss: false, }, webpackFinal: async (config) => {...

After the command: `npx storybook@latest add @storybook/addon-styling-webpack` the addon is installed and set in the main.js file but I get an error: `TypeError [ERR_INVALID_ARG_TYPE]: The "file" argument must be of...