Skip to content

Commit

Permalink
fix: disable vite lib mode by default, fix #137
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jun 20, 2022
1 parent 1e337e3 commit 2fb86a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/histoire/src/node/config.ts
Expand Up @@ -271,6 +271,11 @@ export function getDefaultConfig (): HistoireConfig {
],
sandboxDarkClass: 'dark',
routerMode: 'history',
vite: {
build: {
lib: false,
},
},
}
}

Expand Down

0 comments on commit 2fb86a2

Please sign in to comment.