home.social

#bundler — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #bundler, aggregated by home.social.

  1. Почему ваш бандл тяжелее чем должен быть — тестирую tree shaking на 7 бандлерах

    Вы уверены, что ваш бандлер вырезает неиспользуемый код? Я тоже был уверен — пока бандл Next.js проекта не оказался в два раза тяжелее, чем нужно. Прогнал одинаковый тест на webpack, rollup, vite, esbuild и Next.js — 5 из 7 ломаются на банальном barrel файле. Полез в исходники, нашёл основную причину — и она оказалась не там, где ожидал.

    habr.com/ru/articles/1024404/

    #tree_shaking #webpack #barrel_file #bundler #nextjs #rollup #vite #esbuild #оптимизация_бандла #фронтенд

  2. Oh, look! Another mind-blowing revelation: #Bundler might eventually be as fast as uv! 🎉 But wait, it comes with a built-in excuse—a "margin #of #error." 🤔 Let's all hold our breath for this groundbreaking #speed increase... or not. 🙄
    tenderlovemaking.com/2025/12/2 #uv #revelation #margin #technews #HackerNews #ngated

  3. 🔥 Mako: It's like the Ferrari of #web bundlers, except it's open-sourced and built in #Rust, because everyone knows nothing screams "speed and practicality" like a language notorious for its steep learning curve. 🚀 Ant Group assures us it's perfect for "hundreds" of projects, which is definitely more impressive than saying "thousands." 😂
    makojs.dev/ #Mako #Bundler #OpenSource #AntGroup #HackerNews #ngated

  4. Создатель Vue Evan You поднимает $4.6 миллиона на новом проекте

    Большая новость, о которой на прошлой неделе намекнул Evan You Evan создал компанию Voidzero Inc , которая будет делать " an open-source, high-performance, and unified development toolchain for the JavaScript ecosystem " (примерно как сейчас bun или deno только без js движка), и в первом раунде привлек $4.6 млн. за нее (то есть продал инвесторам процентов 10-20 её акций за эту сумму)

    habr.com/ru/articles/847512/

    #js #bundler #vite #vue #rolldown #rust

  5. [Перевод] Rolldown — перспективы

    Rollup - это лучший и наиболее полный сборщик на сегодняшний день. Он опередил свое время, став первопроходцем в таких ключевых концепциях, как tree shaking, и до сих пор ему нет равных в этом отношении. Когда Эван Ю представил Vite - Rollup был краеугольным камнем процесса сборки. Плагины Vite - это (по большей части) плагины Rollup.

    habr.com/ru/articles/806351/

    #rollup #webpack #bundler #node #esbuild #rolldown

  6. Today's #ReleaseSunday features a major update for the thi.ng/meta-css toolchain, a data-driven codegen for creating custom modular CSS frameworks, incl. transpiler, bundler, dev/watch mode...

    The new version supports callable parametric templates, which not only help to reduce the overall API surface (i.e. the total number of rules) of a generated CSS framework, but also enable advanced operations like those shown in the attached images (e.g. declarations of CSS color variables (in rgb, hsl, lch, or oklch modes) and pure CSS color per-color-channel adjustments...).

    Also new, is added support for documentation metadata for all generative CSS class & template specs (incl. template params). Parts of the readme are generated from these embedded docs and the next version will include a new CLI command to generate Markdown files from/for these CSS docs...

    The readme for this package is already pretty detailed by now and should cover most important patterns and usage (incl. the new template features). Take a look (also the examples linked from the readme)!

    github.com/thi-ng/umbrella/blo

    #ThingUmbrella #CSS #Frontend #Transpiler #Bundler #Color #CLI #OpenSource