sebaguse

Results 5 comments of sebaguse

I have the same issue, not really sure what is the root cause

I just experienced exactly the same issue. Joi works perfectly with dev server but doesn't with build. Just throws same error as above. I tried with: Operating System: Windows_NT Node...

> I just experienced exactly the same issue. Joi works perfectly with dev server but doesn't with build. Just throws same error as above. I tried with: > > Operating...

what about using `pending` for a placeholder instead of `status`, would that work?

> I'm facing the same issue, aliasing the module to point to the `dist` directory works fine for me: > > ```ts > import { defineConfig } from 'vite'; >...