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
Why does the build process create a manifest with web_accessible_resources? I don't want to make any files accessible, and my extension should work fine without it.
However I haven't found a way to make the content script run otherwise and I get the error: Uncaught SyntaxError: Cannot use import statement outside a module (at chunk-0d13d13f.js:1:1) chunk-1b138347.js:1.
Any help greatly appreciated
Thanks!!
The text was updated successfully, but these errors were encountered:
qleml
changed the title
Web accessible resources
Remove web accessible resources
May 11, 2024
Hey everyone :)
Why does the build process create a manifest with web_accessible_resources? I don't want to make any files accessible, and my extension should work fine without it.
However I haven't found a way to make the content script run otherwise and I get the error: Uncaught SyntaxError: Cannot use import statement outside a module (at chunk-0d13d13f.js:1:1) chunk-1b138347.js:1.
Any help greatly appreciated
Thanks!!
The text was updated successfully, but these errors were encountered: