mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-25 20:01:49 +01:00
Bundling
This commit is contained in:
parent
68c0444771
commit
a4f75a34ab
@ -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 New Issue
Block a user