mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +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: {
|
rollupOptions: {
|
||||||
output: {
|
output: {
|
||||||
manualChunks(id: string) {
|
manualChunks(id: string) {
|
||||||
if (id.includes("@sozialhelden+ietf-language-tags")) {
|
if (id.includes("@sozialhelden+ietf-language-tags") || id.includes("country-language")) {
|
||||||
return "ietf-language-tags";
|
return "language-db";
|
||||||
}
|
}
|
||||||
if (id.includes("hls.js")) {
|
if (id.includes("hls.js")) {
|
||||||
return "hls";
|
return "hls";
|
||||||
|
|
Loading…
Reference in a new issue