Skip to content

Commit

Permalink
fix: disable devtools when loading nuxt config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 20, 2023
1 parent 576a3df commit 807563e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/histoire-plugin-nuxt/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ async function useNuxtViteConfig () {
ready: false,
dev: true,
overrides: {
devtools: { enabled: false },
ssr: false,
experimental: {
appManifest: false,
Expand Down

0 comments on commit 807563e

Please sign in to comment.