hi! Is there a way to get next-on-pages to generate source maps of its webpack files? ie. `__next-on

hi! Is there a way to get next-on-pages to generate source maps of its webpack files? ie. __next-on-pages-dist__/webpack/62d6966c94b522734ceb09853b489431.js. I can only seem to generate sourcemaps for the layer before it, ~/_next/static/chunks/1249.d9777ee89355e4b6.js, which is not reported in stack traces when an error is thrown.
Was this page helpful?