Skip to content

Commit 43de4cf

Browse files
committed
docs(rollup): do not cache
1 parent 351355f commit 43de4cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.storybook/main.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ module.exports = {
3030
// https://github.com/storybookjs/builder-vite/issues/409
3131
// https://github.com/vitejs/vite/issues/2433
3232
sourcemap: false,
33+
rollupOptions: {
34+
...config.build.rollupOptions,
35+
cache: false,
36+
},
3337
},
3438
resolve: {
3539
...config.resolve,

0 commit comments

Comments
 (0)