Luca Forstner

Results 720 comments of Luca Forstner

Thanks for reporting. It would be interesting to see in what way the files' contents are different. Generally, the hashes are content-addressable so there must be something different. We need...

As preparation for turbopack we are no longer picking up the Next.js build ID for releases. Please upgrade to v9 to see this change in action. @kevva are there other...

Also, if there's any way to memory profile your build, it would be great for us to know what inside our plugins is eating your memory. We are using the...

30 MB is nothing we shouldn't be able to handle without crapping out 😄

@high-risc that is one of the more useful comments someone gave on this topic! Thanks a lot! I will look into whether we can ditch MagicString for an approach that...

I did some more investigation. The excessive memory consumption is indeed caused by us needing to create source maps within the `renderChunk` hook to inject the Debug ID snippet. The...

I don't think log levels are quite worth the effort + maintenance. This issue hasn't reached the critical mass of requests so that we invest into it I think.

Generally, I like the change because X times 90 bytes is a lot, but I think we should probably do this in a major 🤔 Technically, people could be using...

> I guess this applies to the cli too which uses the same injected code? Correct! I am trying to think of reasons why we _shouldn't_ cut a major but...