mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Bundling
This commit is contained in:
parent
68c0444771
commit
a4f75a34ab
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ export default defineConfig(({ mode }) => {
|
|||
rollupOptions: {
|
||||
output: {
|
||||
manualChunks(id: string) {
|
||||
if (id.includes("@sozialhelden+ietf-language-tags")) {
|
||||
return "ietf-language-tags";
|
||||
if (id.includes("@sozialhelden+ietf-language-tags") || id.includes("country-language")) {
|
||||
return "language-db";
|
||||
}
|
||||
if (id.includes("hls.js")) {
|
||||
return "hls";
|
||||
|
|
Loading…
Reference in a new issue