Christian
Results
1
comments of
Christian
I think the reason might also be related to: https://github.com/vercel/next.js/issues/10975 **Solution:** make use of next-transpile-modules inside your next.config.js. As an example: ``` const config = { webpack: config => {...