Replies: 1 comment
-
If it is still actual. I have found how to fix sourcemaps in my particular case. To fix sourcemaps I've removed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello.
To generate the sourcemap, I set the productionBrowserSourceMaps option to true in the Next.js settings, but the sourcemap file was not generated.
After commenting out the following federation plugin settings and rebuilding, a *.js.map file was created under the .next/static/chunks/ folder.
Are there any options that need to be set up to generate a sourcemap file?
Beta Was this translation helpful? Give feedback.
All reactions