unjs / consola

🐨 Elegant Console Logger for Node.js and Browser
Other
5.78k stars 165 forks source link

Support edge friendly build with runtime keys #263

Open pi0 opened 7 months ago

pi0 commented 7 months ago

Using consola in edge runtimes will add lots of overhead to the bundle. For this reason, currently, unenv is mocking consola to its core version.

However probably it can be directly from consola to use runtime keys and provide best build for edge targets + consistent utils mock.