Skip to content

Instantly share code, notes, and snippets.

View f0rmat1k's full-sized avatar

Anton Grischenko f0rmat1k

View GitHub Profile
@f0rmat1k
f0rmat1k / storybook+svgr.ts
Last active September 18, 2025 17:43
Storybook 9 + svgr
const config: StorybookConfig = {
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
addons: [
'@storybook/addon-webpack5-compiler-swc',
'@storybook/addon-docs',
],
framework: {
name: '@storybook/react-webpack5',
options: {},
},