You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possible solution - use import.meta.url which returns URL where the module is located and access assets with that URL. This is not supported in Edge. Seems that polyfill already exists though https://www.npmjs.com/package/es-module-shims
So the next tasks are:
Test loading assets with this solution
Test polyfill for Edge
Document it so it's available for extensions developers.
At the moment we load only the js bundle of extension. We need to be able to also load assets in case there are any (e. g. images)
The text was updated successfully, but these errors were encountered: