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
I am building chrome extension as an Iframe with React template and when I tried to build the extension, it is not working because popup.html is not rendered correctly.
Popup.html is not defined in manifest.js and it is only imported from content script as iframe code.
So vite doesn't render it.
The text was updated successfully, but these errors were encountered:
I am building chrome extension as an Iframe with React template and when I tried to build the extension, it is not working because popup.html is not rendered correctly.
Popup.html is not defined in manifest.js and it is only imported from content script as iframe code.
So vite doesn't render it.
The text was updated successfully, but these errors were encountered: