跳转评论

This commit is contained in:
IndieKKY
2024-09-19 15:08:15 +08:00
parent 1f1d48b56a
commit be6b94164d
16 changed files with 3174 additions and 2329 deletions

View File

@@ -12,7 +12,7 @@ export default ({mode}) => {
visualizer() as PluginOption,
]
// @ts-ignore
if (mode === 'production_chrome') {
if (mode === 'production_chrome' || mode === 'production_edge') {
plugins.push(crx({
manifest,
}))