Danylo Zinchenko
Danylo Zinchenko
Probably FOUND a solution! The issue reproduces with the following version: `"@crxjs/vite-plugin": "^1.0.14"`. But when I installed `beta` version of the package — the issue have disappeared. So, just run...
> For others, for `dev` (unlike `build`) you must set up the page in `web_accessible_resources` in the manifest as well @sublimator I added it, but it still does not work...
> I still can't make workaround work... @SeekerOfTrueCode have you found a solution? Currently, I'm trying to figure out how to use Chrome offscreen API with this tool (crxjs/chrome-extension-tools), but...
> @JoeyRichter confirmed. I use Docker in the project, and the backend is based on the official Bun Docker image. Nothing worked until I installed Node. After that, it worked...
It is related to https://github.com/mikro-orm/mikro-orm/issues/4701, but I already use [alwaysAllowTs](https://github.com/mikro-orm/mikro-orm/pull/4702) flag in `package.json` and also [Bun's shebangs](https://bun.sh/docs/cli/bunx#shebangs).
> Could you confirm that the `bun --revision` is the same for all of those installations? * `1.1.0+5903a6141` - from installing via `curl`. * `1.1.0+5903a6141` - from installing via `npm`....
+1 because alongside with this issue https://github.com/oven-sh/bun/issues/9629 these features are very needed.
**About running with `--local-isolation none`:** `$ denoflare serve src/prod-cloudflare.ts --local-isolation none` ``` error: Uncaught (in promise) TypeError: Relative import path "src/prod-cloudflare.ts" not prefixed with / or ./ or ../ const...