#liferay #webpack #typescript
https://www.xtivia.com/blog/creating-a-liferay-global-js-client-extension-with-typescript-and-webpack/
Shakapacker v9: Rspack 지원으로 10배 빠른 Rails 프론트엔드 빌드 구현
Shakapacker v9은 Rust 기반 번들러인 Rspack을 공식 지원하여 Webpack 대비 최대 10배 빠른 빌드 속도와 비약적인 개발 생산성 향상을 제공한다.
#Webpack has published its 2026 roadmap.
Key highlights:
• Native CSS module support
• Universal compilation across environments
• Built-in TypeScript support
• Strong focus on performance optimization
More details on #InfoQ ⇨ https://bit.ly/40zFlaX
Перезапрос упавшей статики
Статья про то как контролировать загрузку статики у себя в продакшн сборке и предотвратить сайд-эффекты.
Por fin me he quitado de encima un potencial problema que me traía de cabeza. El tema de una aplicación crítica ahora se visualiza decentemente y es operativo en el #Webview que usa Microsoft en sus aplicaciones.
La solución es algo enrevesada: incluye un pipeline complejo con #gulp y #webpack usando #SASS, #PostCSS, transpilación de módulos JavaScript, un par de #polyfills, un #ponyfill, una pizca de magia arcana y varios artificios quirúrgicos. Dista de ser perfecta pero por lo menos es funcional.
[Webpack] Roadmap 2026, by @evenstensberg.bsky.social:
Next.js has two critical bugs that make it troublesome when developing in a non-Tailwind project.
I recently encountered them and spent much time trying to make my project work again, but failed.
When I browsed the issues, I found that I was not alone.
#79531: https://github.com/vercel/next.js/issues/79531
#83941: https://github.com/vercel/next.js/issues/83941
#vercel #nextjs #tailwindcss #webpack #turbopack #css #csslayers

Link to the code that reproduces this issue https://github.com/brijeshb42/nextjs-css-order-repro To Reproduce TLDR: The import order of css files changes between dev (with Turbpack) and prod (witho...
Still using #webpack or other bundlers for your Java/TypeScript projects?
Two more things I came across today which make them less needed:
- css nesting: https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Nesting
- importmap: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/script/type/importmap
Nice.👍 😎
Switching over from Webpack 5 to ESbuild for several projects. The out of the box configuration is just working and much simpler. Rewriting a custom plugin at the moment and liking the way they setup things.
Not planning to benchmark it or anything, but it's at least 10x faster, but I bet my webpack config was not correct as it's migrated from 3->4->5 over the years and I really never knew what I was doing. 🙃