bugficks
bugficks
files references outside source tree [tsconfig.json](https://github.com/cezaraugusto/webpack-run-chrome-extension/commit/86c672ba23bec75b7b9ecc45417931ad77bec252#diff-b55cdbef4907b7045f32cc5360d48d262cca5f94062e353089f189f4460039e0)
### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...
given: ``` "background": { "service_worker": "./background.ts", "background": { "scripts": [ "background.ts" ] } }, ``` results in (notice the unprocessed **`background.ts`**): ``` "background": { "service_worker": "background/service_worker.js", "background": { "scripts": [...
I am trying to reliably detect service worker restarts. `chrome.runtime.onXXX` does not work if you e. g. start/stop through `chrome://serviceworker-internals/`. So I've tried to add at top of my background.ts...
hi, every now and then `npm run dev` crashes or takes ages to build. ` 🧩 Extension.js ►►► testext (v1.0) (webpack 5.92.1) compiled successfully in 64661 ms ` ``` 🧩...
hi, `chrome.runtime.getURL('')` throws an 'unable to resolve the path' error, this is a valid path though. Also I guess URL may contain parameters as well. the workaround is: `chrome.runtime.getURL('public/dummy').replace('public/dummy', '');...
### Operating System MacOS ### What's the issue you encountered? On MacOS clipboard->paste almost always try to paste to hex editor once it has focus despite moving focus to other...
### What feature would you like to see? Could you add NoGPU build for macOS arm64? This is what you get when running macOS in vm: ``` Failed to create...