Add edbuild target to firefox 102

This commit is contained in:
Northword 2023-07-11 18:41:58 +08:00
parent a30f0c7c64
commit 9e2553661d

View File

@ -120,6 +120,7 @@ async function main() {
__env__: `"${env.NODE_ENV}"`,
},
bundle: true,
target: "firefox102",
outfile: join(buildDir, "addon/chrome/content/scripts/index.js"),
// Don't turn minify on
// minify: true,