serversideup / webext-bridge

💬 Messaging in Web Extensions made easy. Batteries included.
https://serversideup.net/open-source/webext-bridge
MIT License
505 stars 46 forks source link

Latest version import failure related #64

Open Mis-tian opened 1 year ago

Mis-tian commented 1 year ago

What happened?

1686550876715

Cannot load file './background' from module 'webext-bridge'

Hi author, I recently upgraded the dependency to the latest version but it seems to be loading with an error, as shown above

Version Latest v6.0.1

zikaari commented 1 year ago

Can you add a link to the repo so I can take a look?

Mis-tian commented 1 year ago

Can you add a link to the repo so I can take a look?

Hi, I have written an example, the link is https://github.com/Mis-tian/demo

Mis-tian commented 1 year ago

'webext-bridge/dist/content-script'. This import is working, but the typescript type is not found

image