Patrick Pircher

Results 198 comments of Patrick Pircher

this is what i see in the deps of a vanilla vite repo: ![image](https://github.com/user-attachments/assets/b1536eb8-6dca-443e-87fa-88159c8201a1)

some parts are related to this code: https://github.com/embroider-build/embroider/blob/main/packages/vite/src/esbuild-request.ts#L199 it would also handle build-ins like `path`, but those are handled by vite with a custom namespace

@ef4 can we detect this in embroider and return null for these cases and have esbuild resolver handle it

im trying this in my vite watch mode pr, because currently its not detecting any new files. This is also not working, i think its missing changes in vite/resolver.ts

i think it should resolve to the full path to `/app` dir, without `*`. right, watches: [resolve('./app')], fixes it. my watch mode tests are passing with that

maybe it would make sense to make the template only component virtual, similar to virtual pair component, instead of making it a fake file which can collide with the real...

@NullVoxPopuli the `$E` in Container view will give the `owner` in general terms, the application. If you do custom things with get/set Owner, then thats different. you can customize the...

i think this is too specific a use case?