βThe Open Web Docs community believes that freely available open web platform documentation, written by experts, and contributed to by the community is essential to the ongoing health of the web. In this post we outline our relationship with MDN as the current main web presentation of the open source content we contribute to, and share our thoughts on future presentations and uses of this content.β
Highlight: Local CSS names. βThis release introduces two new loaders called global-css and local-css and two new pseudo-class selectors :local() and :global(). This is a partial implementation of the popular CSS modules approach for avoiding unintentional name collisions in CSS.β
Vite support. Caveat: β[...] still experimental and non-optimized. Vite does not use Bun's bundler, module resolver, or transpiler, even when run with Bun.β
βBun now supports Worker which allows you to run another JavaScript instance in a separate thread.β
βWe recently reduced the size of Visual Studio Code's shipped JavaScript by 20%. That works out to a little over 3.9 MB saved. [...] In this post, I want to share how we identified this optimization opportunity, explored approaches to the problem, and eventually shipped this 20% size reduction.β