# Turbopack: What's New in Next.js 16.2 Canonical URL: https://www.traeai.com/articles/3f30780b-805f-4b19-bfab-23a86962a6ac Original source: https://nextjs.org/blog/next-16-2-turbopack Source name: Next.js Blog Content type: article Language: 英文 Score: 8.5 Reading time: 4 分钟 Published: 2026-03-18T20:00:00+00:00 Tags: Next.js, Turbopack, 前端工程化, 构建工具, Web安全 ## Summary Next.js 16.2 为 Turbopack 引入服务端细粒度热更新,通过模块图精准重载使刷新提速 67%-100%;新增动态导入 Tree Shaking、SRI 安全校验及 Web Worker 源修复,显著提升开发体验与构建安全性。 ## Key Takeaways - 服务端热更新改为基于模块图的精准重载,避免全量清除缓存,编译与刷新速度提升数倍。 - 动态导入现支持 Tree Shaking,未使用导出将被剔除,有效减小生产环境包体积。 - 内置子资源完整性(SRI)校验与 Web Worker 域名源修复,增强前端安全与 WASM 兼容性。 ## Citation Guidance When citing this item, prefer the canonical traeai article URL for the AI-readable summary and include the original source URL when discussing the underlying source material.