Cretezy

Results 69 comments of Cretezy

Hmm. I see the problem here. Definitely something to look into. Right now, I believe I set the Webpack mode as whatever env is, which only accepts a production and...

This definitely sounds like a problem. I'll look into it soon, thanks for the report!

Are you running in development mode or production mode (env)? Because no change in Webpack was done between 0.7.0 and 0.7.1. Can you give me more info on your setup?...

This is definitely something that we need to add. Someone can open a PR if they wish, else I'll probably get this out on the weekend

I'm gonna add basic support tomorrow. The full support will be when we upgrade to Webpack 4

This is a bug. I'll fix it next Monday unless you got a PR for it, sorry!

This *seems* to be fixed in 0.7.0, but I didn't actually try to fix anything related to this. I've noticed this on one of my projects but it seems to...

I've been experiencing this too sometimes, and I'm unsure what is the root of it. If you can give me a sample that I can reproduce it would help greatly!...

I agree, this would give us much more visibility inside our API endpoints. Currently, Prisma simply doesn't show up (since it uses a separate client to do the queries).

This should be fairly simple to implement manually using https://www.prisma.io/docs/concepts/components/prisma-client/middleware/logging-middleware When time permits, I will attempt this and report results/code here.