disable inspector (#10531)

Co-authored-by: Rich Harris <rich.harris@vercel.com>
pull/10534/head
Rich Harris 10 months ago committed by GitHub
parent 41cdbafc40
commit 9c8e643b64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,6 +15,6 @@ export default {
},
vitePlugin: {
inspector: true
inspector: false
}
};

Loading…
Cancel
Save