--turbo
incompatible with core-js dom-collections
#44169
Labels
bug
Issue was opened via the bug report template.
--turbo
incompatible with core-js dom-collections
#44169
Verify canary release
Provide environment information
Which area(s) of Next.js are affected? (leave empty if unsure)
Turbopack (--turbo)
Link to the code that reproduces this issue
https://github.com/zoobestik/nextjs-turbo-corejs-bug
To Reproduce
Steps for repo:
npm i
npm run dev:turbo
Describe the Bug
Looks like currently
--turbo incompatibale
with some babel transpiled packages.If in code presents
web.dom-collections.iterator
import (zloirock/core-js#1003) it raises exception:See stacktrace
afterwards any client code doesn't worked.
Expected Behavior
There should be works with transpiled packages like before turbopack migration.
Which browser are you using? (if relevant)
Chrome 107.0.5304.87, Firefox 109.0b2, Safari 16.1
How are you deploying your application? (if relevant)
next dev --turbo
The text was updated successfully, but these errors were encountered: