Skip to content

Commit

Permalink
fix(webpack): Storybook do not work with thread-loader (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz authored Oct 7, 2020
1 parent 235d814 commit 625682f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ async function buildNuxt (options: StorybookOptions) {
buildDir,
build: {
corejs: '3',
extractCSS: false
extractCSS: false,
// https://github.com/nuxt-community/storybook/issues/102#issuecomment-704821377
parallel: false
}
},
transpile: [path.resolve(__dirname, '../storybook')]
Expand Down

0 comments on commit 625682f

Please sign in to comment.