Skip to content

Commit

Permalink
chore: remove experimental from inspector option (#481)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
  • Loading branch information
morinokami and benmccann committed Aug 21, 2023
1 parent 10bdf8d commit 7b01aef
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ const config = {
version: {
name: child_process.execSync('git rev-parse HEAD').toString().trim()
}
},

vitePlugin: {
experimental: {
inspector: {
holdMode: true
}
}
}
};

Expand Down

1 comment on commit 7b01aef

@vercel
Copy link

@vercel vercel bot commented on 7b01aef Aug 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.