fix: add module type

This commit is contained in:
kyranjamie
2023-07-17 15:28:59 +02:00
committed by Fara Woolf
parent cb2f317636
commit 227ea753f3

View File

@@ -54,6 +54,7 @@ const browserSpecificConfig = {
chromium: {
background: {
service_worker: 'background.js',
type: 'module',
},
},
};