Robin
Robin
@ArthurDarkstone would you mind updating this branch again?
Real-world reproduction (sort of minimal): WORKING: Vite with `@vue/repl` [Repo](https://github.com/OrbisK/vue-repl-vite-reprod) - [passing build action](https://github.com/OrbisK/vue-repl-vite-reprod/actions/runs/14362585835/job/40267633942#step:5:7) FAILING: Nuxt (+vite) with `@vue/repl`: [Repo](https://github.com/OrbisK/vue-repl-nuxt-reprod/) - [failing build action](https://github.com/OrbisK/vue-repl-nuxt-reprod/actions/runs/14362779467/job/40268281235#step:6:8) Log ``` [warn] new URL("assets/editor.worker-KaUq7_iC.js", import.meta.url)...
@43081j I think this is actually a "nuxt issue". Looks like nuxt has a resolve alias on "assets": https://github.com/nuxt/nuxt/blob/76b300eddae6d755948239c305bfcc587dd74197/packages/kit/test/load-nuxt-config.spec.ts#L21 Not sure if this is an issue. Maybe the build js...
I think this issue is solved. `pnpx nuxt@latest upgrade --dedupe` solved it for me.
> Repro is https://stackblitz.com/~/github.com/martinszeltins/nuxt-3-14-pinia-issue?file=app.vue from [nuxt/nuxt#29944](https://github.com/nuxt/nuxt/issues/29944) does not repoduce for me.  A friend of mine got the same problem and we discovered that it is (atleast for him) related...
Reproduction: - clone https://github.com/OrbisK/nuxt-devtools-pinia (fresh nuxt installation with nuxt pinia), dont use sandbox/stackblitz - `pnpm i && pnpm dev` - make sure to have Vue devtools chrome extension (v. 7.6.4...
@gsoares98 Can you share a reproduction?
Please try to create a [minimal reproduction](https://nuxt.com/docs/community/reporting-bugs#create-a-minimal-reproduction). If its minimal you should be able to share it 👍🏽
Okay, If you really want you can share me the code [via discord](https://discord.com/invite/nuxt) (orbisk). **BUT** please make sure that the reproduction has the **minimum amount of code** necessary to reproduce...
your body is not reactive