Alex Meah
Alex Meah
@aseemk This is really useful, and the expected behaviour would it be possible to get this merged?
Hey sorry to bump this but it is affecting us in production, can you confirm whether we are doing something wrong or if this is a bug. Thanks Alex.
Appreciate you are busy, but if you a have a free moment it would really help us if you could let us know if this is a moment-timezone issue. Thanks.
@mj1856 @timrwood Is this package still maintained? Issues seem to be piling up with no replies, should we look at moving to luxon?
@mj1856 I'm not sure where to start with this I can't immediately see any code relating to setters.
@mj1856 Sorry to bump again we really need to get this resolved, I imagine quite a lot people are hitting this in production and not noticing. A workaround is quite...
@dougwilson I'll hopefully get some time this week to make the changes
Depending on what Node versions you support [`atob`](https://developer.mozilla.org/en-US/docs/Web/API/atob) landed as a global in v16 https://github.com/nodejs/node/pull/37786 and is compatible back to IE10.
The error stems from cosmiconfig trying to read Vite's virtual modules. I opened this https://github.com/sindresorhus/path-type/pull/10 but it was rejected so the fix probably needs to be in cosmiconfig. You can...