Skip to content
Snippets Groups Projects
Commit 594d748c authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore(sb): speed up build time

parent 63bd0090
Branches
Tags
2 merge requests!783V3.0.0,!688chore(sb): speed up build time
......@@ -4,7 +4,9 @@ const config: StorybookConfig = {
addons: ['@storybook/addon-links', '@storybook/addon-essentials', '@storybook/addon-interactions'],
framework: {
name: '@storybook/angular',
options: {},
options: {
builder: { useSWC: true },
},
},
docs: {
autodocs: 'tag',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment