Andrew Pawson
Andrew Pawson
@paulirish Do you happen to know if there is a build of 64.0.3281.0 available somewhere for testing? (No success here: https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Linux_x64/) Thx!
`executeScript` expects a `file` path relative to the extension root. Not suggesting this is a ~good~ solution (it's very much a hack), but this _does_ "work": ```js import myFile from...
> I tried @apawson's suggestion (with `files`), but I ran into a bundling problem, for the production build (i.e. `plasmo build`), relating to the content script that is referenced in...
In my case, adding `rel="opener"` to my links that also have `target="_blank"` seems to prevent the crash.