mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
29d53c87ea
### What? Pass the names of side-effect-free packages specified in `experimental.optimizePackageImports`. Turbopack counterpart: https://github.com/vercel/turbo/pull/7731 ### Why? Some packages like `@tremor/react` causes a problem without `optimizePackageImports`. ### How? Closes PACK-2527