Bernardo Oliveira
Bernardo Oliveira
@hjvedvik I wonder if the polyfills are only served for the browsers that needed it or if's always bundle/loaded. We can take a look at here [https://3perf.com/blog/polyfills/](https://3perf.com/blog/polyfills/) which explains several...
> Workaround for now (we'll need to investigate in Nuxt what the root cause is here): > > ```js > import { defineNuxtConfig } from '@nuxt/bridge' > > export default...
> That's an unrelated issue. See https://v3.nuxtjs.org/concepts/esm. > > > > **Edit**: Forgive my too hasty assumption; are you saying this occurs only when you set `resolve: false`? Yes, that's...
@jtommy thank you. I updated and also deleted `.nuxt`, `.output`, `node_modules`, and `yarn.lock`. Did a yarn install, and then a build. All is the same 🤔
> Do you see the new file index.mjs into dist/esm ? Yes, I have it here. 
> What's the error right now? Tree shaking keeps not working. 
Hi @posva 👋 Since all browsers are at 91% globally supported and there are polyfills. How do you see this feature request going further? Is there any way we can...
@justin-schroeder I took your playground and changed it to another date. From this `2023-08-01T00:00:00.000Z` to this `1954-10-07T00:00:00.000Z` and it gets dirty. If the day is `1954-10-01` or `02` or `03`...
Hi @justin-schroeder 👋, Did you get a chance to take a look at this weird scenario? 😅 cc: @andrew-boyd
Hi @rwaskiewicz 👋, Is there any news regarding this issue? With more and more browser support, having all this legacy code is a bit unnecessary. Thank you for all the...