Skip to content

Commit

Permalink
fix: don't optimize histoire/client, fix #79
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed May 8, 2022
1 parent a91e687 commit ea22d1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/histoire/src/node/vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ export async function createVitePlugins (ctx: Context): Promise<VitePlugin[]> {
dirname(require.resolve('vscode-oniguruma/package.json')),
dirname(require.resolve('case/package.json')),
],
exclude: [
'histoire/client',
],
},
server: {
fs: {
Expand Down

0 comments on commit ea22d1b

Please sign in to comment.