Skip to content

Commit 1ddfd5e

Browse files
authored
fix(platform): Add more frameworks to non supported list (#13339)
1 parent bbd55ce commit 1ddfd5e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/platforms/javascript/common/sourcemaps/uploading/hosting-publicly.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ notSupported:
1414
- javascript.hono
1515
- javascript.koa
1616
- javascript.nestjs
17+
- javascript.nextjs
18+
- javascript.astro
19+
- javascript.nuxt
20+
- javascript.remix
21+
- javascript.solidstart
22+
- javascript.sveltekit
1723
---
1824

1925
<Alert>

platform-includes/sourcemaps/troubleshooting/javascript.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,12 @@ Sometimes build scripts and plugins produce pre-compressed minified files (for e
163163
'javascript.hono',
164164
'javascript.koa',
165165
'javascript.nestjs',
166+
'javascript.nextjs',
167+
'javascript.astro',
168+
'javascript.nuxt',
169+
'javascript.remix',
170+
'javascript.solidstart',
171+
'javascript.sveltekit',
166172
]}>
167173
### Verify Source Fetching is Enabled
168174

0 commit comments

Comments
 (0)