Skip to content

Commit

Permalink
fix(build): force lib:false, fix #219
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Aug 2, 2022
1 parent d3b0061 commit 6cca1e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/histoire/src/node/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export async function build (ctx: Context) {
const buildViteConfig: ViteInlineConfig = mergeViteConfig(await getViteConfigWithPlugins(false, ctx), {
mode: 'development',
build: {
lib: false,
rollupOptions: {
input: [
join(APP_PATH, 'bundle-main.js'),
Expand Down

0 comments on commit 6cca1e1

Please sign in to comment.