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

I want to use withImages, withTM at the same time...,so how can I achieve it #245

Closed cl510804194 closed 2 years ago

cl510804194 commented 2 years ago

i see the demo like module.exports = withTM({ ...... ..... but i also want to use with next-images, so how i can achieve it ?

such as const withImages = require('next-images') const withTM = require('next-transpile-modules')[somemodule] and then ?