Skip to content

Commit 318e3d0

Browse files
authored
#5780 Remove service_worker for firefox's manifest.json build process (#5781)
* Remove service_worker for firefox manifest.json build process * Pr review: cleanup
1 parent 65387ff commit 318e3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tooling/build-types-and-manifests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ addManifest('firefox-consumer', manifest => {
4545
},
4646
};
4747
manifest.background = {
48-
...manifest.background,
48+
type: 'module',
4949
scripts: ['/js/service_worker/background.js'],
5050
};
5151
// eslint-disable-next-line @typescript-eslint/naming-convention, @typescript-eslint/no-unused-vars

0 commit comments

Comments
 (0)