if this function is defined in background/index.ts it works just fine if i export it to another file background/utils.ts and then import it `import {sendToContentScript} from './utils'. the service worker fails to register and extension keeps flickering.
if this function is defined in
background/index.ts
it works just fine if i export it to another filebackground/utils.ts
and then import it `import {sendToContentScript} from './utils'. the service worker fails to register and extension keeps flickering.edit this is not limited to this function