diff --git a/src/index.ts b/src/index.ts index ddc21b42..d4873137 100644 --- a/src/index.ts +++ b/src/index.ts @@ -150,7 +150,8 @@ async function buildNuxt (options: StorybookOptions) { // Mock webpack build as we only need generated templates nuxtBuilder.bundleBuilder = { - build () { } + build () { }, + close () { } } await nuxtBuilder.build()