From 3fd72a3459969e5548f0bfc299d434d208491466 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 3 Oct 2023 17:48:48 +0200 Subject: [PATCH] fix(nuxt): disable nuxt app manifest --- packages/histoire-plugin-nuxt/src/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/histoire-plugin-nuxt/src/index.ts b/packages/histoire-plugin-nuxt/src/index.ts index 542a577a..057954f7 100644 --- a/packages/histoire-plugin-nuxt/src/index.ts +++ b/packages/histoire-plugin-nuxt/src/index.ts @@ -124,6 +124,9 @@ async function useNuxtViteConfig () { dev: true, overrides: { ssr: false, + experimental: { + appManifest: false, + }, app: { rootId: 'nuxt-test', },