deploy firefox beta releases to github pages, enable updates

This commit is contained in:
mini-bomba
2025-08-29 00:16:56 +02:00
parent 9bf892c377
commit bf68ce14c4
3 changed files with 73 additions and 9 deletions

View File

@@ -189,7 +189,8 @@ module.exports = env => {
new BuildManifest({
browser: env.browser,
pretty: env.mode === "production",
stream: env.stream
stream: env.stream,
autoupdate: env.autoupdate,
}),
new configDiffPlugin()
],
@@ -200,4 +201,4 @@ module.exports = env => {
}
};
};
};