When trying to run the profiler in Nextjs 13+ I've found that I can't edit directly the "externals" because it' being passed as a function, but this setting exists to declare external packages, which looks to be working on my end (local dev, local build and deploying).
When trying to run the profiler in Nextjs 13+ I've found that I can't edit directly the "externals" because it' being passed as a function, but this setting exists to declare external packages, which looks to be working on my end (local dev, local build and deploying).
https://nextjs.org/docs/app/api-reference/next-config-js/serverComponentsExternalPackages
Before submitting a pull request, please take a look at our Contributing guidelines and verify: