next.js
72af683b - Turbopack: bundle only `new Worker` with `new URL` (#78010)

Commit
262 days ago
Turbopack: bundle only `new Worker` with `new URL` (#78010) Only resolve/bundle `new Worker()` calls with a `new URL("..", import.meta.url)` argument, and ignore anything else (just like Webpack). Closes https://github.com/vercel/next.js/issues/74621 Closes PACK-4312
Author
Parents
Loading