Skip to content

Commit 163ddc4

Browse files
committed
chore: firefox use_dynamic_url 속성 제거
1 parent 7d9bca2 commit 163ddc4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

vite.config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ function modify(build_for: string, buffer: string) {
8484
8585
}
8686
}
87-
}
88-
89-
const war = manifest.web_accessible_resources
87+
} else {
88+
const war = manifest.web_accessible_resources
9089

91-
manifest.web_accessible_resources = war.map(v => {
92-
return { ...v, use_dynamic_url: false }
93-
})
90+
manifest.web_accessible_resources = war.map(v => {
91+
return { ...v, use_dynamic_url: false }
92+
})
93+
}
9494

9595
return JSON.stringify(manifest, null, 2);
9696
}

0 commit comments

Comments
 (0)