Alex Birmingham

Results 7 comments of Alex Birmingham

Note that `pahen/madge` appears to avoid the issue of type erasure by parsing/checking the AST directly rather than relying on generated webpack assets (which has pros and cons). I mention...

Sure. The issue is not that the serialization options need to be tracked from the time of serialization to the time of deserialization. This would be nice in theory, but...

Hey James, thanks for taking a peek at this. I haven't tested any other versions with the minimal repro, but in my main project I am using `[email protected]` and am...

@jayaddison good question! While attempting to reproduce the issue, I noticed that projects under a certain size took a lot longer to reproduce the problem, or were unable to reproduce...

Hey @jayaddison - I was able to spend more time on this, and attempted the following changes: #### 1 - Changes: -- Dropped thread-loader to 2 workers, 2 workerParallelJobs --...

In the meantime, is it best practice to use PNPM? Thanks!