martpie / next-transpile-modules

Next.js plugin to transpile code from node_modules. Please see: https://github.com/martpie/next-transpile-modules/issues/291
MIT License
1.13k stars 85 forks source link

next 12 #241

Closed cherepanov closed 2 years ago

cherepanov commented 2 years ago

After upgrade to next@12 i got error

TypeError: config.externals.map is not a function

On my setup config.externals is

{ next: 'next' }
meotimdihia commented 2 years ago

it worked with 12.0.0 but fail with 12.0.1

martpie commented 2 years ago

Cf. #240 for WIP

martpie commented 2 years ago

9.0.0 will be released in a few minutes