improve million application

This commit is contained in:
SethBurkart123
2024-03-24 09:45:27 +11:00
parent a0d710f22c
commit e1467782b0
10 changed files with 39 additions and 41 deletions
+6 -1
View File
@@ -8,7 +8,12 @@ import { sentryVitePlugin } from "@sentry/vite-plugin";
export default defineConfig({
plugins: [
react(),
million.vite({}),
million.vite({
auto: {
threshold: 0.005, // default: 0.1,
skip: [], // default []
}
}),
crx({ manifest }),
sentryVitePlugin({
org: process.env.SENTRY_ORG,