mirror of
https://github.com/revoltchat/revite.git
synced 2024-12-26 07:22:10 -05:00
chore: exclude revolt.js from pre bundling
This commit is contained in:
parent
f7be9df980
commit
136238f62e
1 changed files with 3 additions and 0 deletions
|
@ -99,4 +99,7 @@ export default defineConfig({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
optimizeDeps: {
|
||||||
|
exclude: ["revolt.js"],
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue