Niels

Results 1 comments of Niels

You can set a custom Webpack config in NextJS. There you can mark packages as external. In your `next.config.(m)js` file, do this: ```js /** @type {import('next').NextConfig} */ const nextConfig =...