From 53df9b46e7a294f18898cb36076776521f815720 Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Thu, 10 Apr 2025 19:37:35 +0200 Subject: [PATCH 1/2] add frameworks to non supported list --- .../common/sourcemaps/uploading/hosting-publicly.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/platforms/javascript/common/sourcemaps/uploading/hosting-publicly.mdx b/docs/platforms/javascript/common/sourcemaps/uploading/hosting-publicly.mdx index 20da5ee4e645d..8bc1d904ad391 100644 --- a/docs/platforms/javascript/common/sourcemaps/uploading/hosting-publicly.mdx +++ b/docs/platforms/javascript/common/sourcemaps/uploading/hosting-publicly.mdx @@ -14,6 +14,12 @@ notSupported: - javascript.hono - javascript.koa - javascript.nestjs + - javascript.nextjs + - javascript.astro + - javascript.nuxt + - javascript.remix + - javascript.solidstart + - javascript.sveltekit --- From af7a7d9162a43366b8c560aa42a7d5b016f95dc0 Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Thu, 10 Apr 2025 20:05:45 +0200 Subject: [PATCH 2/2] . --- platform-includes/sourcemaps/troubleshooting/javascript.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/platform-includes/sourcemaps/troubleshooting/javascript.mdx b/platform-includes/sourcemaps/troubleshooting/javascript.mdx index 0778afc2795a2..40bdb079c61cd 100644 --- a/platform-includes/sourcemaps/troubleshooting/javascript.mdx +++ b/platform-includes/sourcemaps/troubleshooting/javascript.mdx @@ -163,6 +163,12 @@ Sometimes build scripts and plugins produce pre-compressed minified files (for e 'javascript.hono', 'javascript.koa', 'javascript.nestjs', + 'javascript.nextjs', + 'javascript.astro', + 'javascript.nuxt', + 'javascript.remix', + 'javascript.solidstart', + 'javascript.sveltekit', ]}> ### Verify Source Fetching is Enabled