Mike Plummer

Results 58 comments of Mike Plummer

@DiwanD03 I did some local testing on this and reproduced the issue you've described. After doing a bit of playing around I was able to get a ~400 MB file...

Hi @kaiyoma, were you able to collect any debug logs we could look into? Or has this issue been resolved?

Unfortunately we have to close this issue due to inactivity. Please comment if there is new information to provide concerning the original issue and we can reopen.

I see the new site has gone live (nice work, btw! 💯 ) and this content no longer has a home. I'm not seeing a section for Testing - was...

Hi @VendenIX . This issue is very old and, unfortunately, the original reproduction case is no longer valid. If you have a complete reproduction of this issue against the latest...

# Update on ESM stubbing Unfortunately this is a non-trivial problem due to how ES Modules are designed. The ESM spec requires modules to have an immutable namespace, and since...

@adamdehaven To my knowledge you have three options at the moment: 1. As you reference, structure your imports/exports using a wrapper object to allow mutability 2. Use an [`importmap`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap) to...

Thanks @MikeMcC399! This will likely be related to work needed to resolve #26859. I will forward this ticket to the appropriate team. They will evaluate the priority of this ticket...