We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c39b62 commit 8b0b82aCopy full SHA for 8b0b82a
2 files changed
.storybook/main.ts
@@ -15,10 +15,7 @@ const config: StorybookConfig = {
15
disableTelemetry: true,
16
builder: {
17
name: '@storybook/builder-webpack5',
18
- options: {
19
- fsCache: true,
20
- lazyCompilation: true,
21
- },
+ options: { lazyCompilation: true },
22
},
23
24
framework: { name: '@storybook/nextjs', options: {} },
.storybook/preview.tsx
@@ -31,7 +31,7 @@ const preview: Preview = {
31
),
32
withThemeByDataAttribute<ReactRenderer>({
33
themes: {
34
- light: 'light',
+ light: '',
35
dark: 'dark',
36
37
defaultTheme: 'light',
0 commit comments