chore: exclude revolt.js from pre bundling

pull/1049/head
Paul 2021-12-23 12:21:00 +00:00
parent b80e02cfaf
commit c93230d5c5
1 changed files with 3 additions and 0 deletions

View File

@ -99,4 +99,7 @@ export default defineConfig({
},
},
},
optimizeDeps: {
exclude: ["revolt.js"],
},
});