Daniel Roe
Daniel Roe
Not a problem at all! Only mentioned to check whether you had another use case for it and ensure it was working!
@yesworld Check out the documentation I linked above. If you have any particular questions, please create a discussion or ask on Discord, as this issue is about something else.
I like the idea. What do you think about enabling a custom handler as well (or 'presets')? I think it's nicer to have a browser API with collapsed/grouped logs and...
Are we waiting for anything in https://github.com/unjs/hookable/pull/51?
I had some other changes I was going to make when hookable was released. Will check later. edit - all good
This is an upstream framework issue. You can follow https://github.com/nuxt/nuxt.js/issues/14614.
Would you provide a reproduction? 🙏
It's definitely a weird one. Is anyone else with this issue using windicss or something similar?
Would you check whether setting `experimental.treeshakeClientOnly` to false works around the issue for you?
Thanks for the debugging @ShaggyTech. The reason that commit triggers it is that previously, vite.build.sourcemap was set to _false_ by default, and that is probably the best workaround for now...