Update config-overrides.js

This commit is contained in:
htyxyt
2025-02-17 14:01:17 +08:00
committed by GitHub
parent af1ecf0bd4
commit 30a9de25a8

View File

@@ -31,6 +31,7 @@ const extWebpack = (config, env) => {
popup: paths.appSrc + "/popup.js",
options: paths.appSrc + "/options.js",
background: paths.appSrc + "/background.js",
backgroundthunderbird: paths.appSrc + "/background.thunderbird.js",
content: paths.appSrc + "/content.js",
};