chore: exclude revolt.js from pre bundling

This commit is contained in:
Paul
2021-12-23 12:21:00 +00:00
parent f7be9df980
commit 136238f62e

View File

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