Skip to content

Commit 0952058

Browse files
wording
1 parent 0ece360 commit 0952058

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

platform-includes/sourcemaps/overview/javascript.capacitor.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,22 @@ After choosing your Sentry project, the setup process will prompt you to select
88

99
```example
1010
◆ Which framework, bundler or build tool are you using?
11-
Angular
11+
Angular
1212
│ ○ Create React App
1313
│ ○ Next.js
1414
│ ○ Remix
1515
│ ● Webpack
1616
│ ● Vite (Select this if you are using Vite and you have access to your Vite config.)
1717
│ ● esbuild
1818
│ ○ Rollup
19-
tsc
19+
tsc
2020
│ ○ I use another tool
2121
│ ○ I don't minify, transpile or bundle my code
2222
2323
```
24-
25-
If your project uses `Ionic build` for building your project, select the `tsc` option, otherwise, select `Angular`, `Webpack`, `Vite`, or `tsc` for the build script in your `package.json` file.
24+
<Note>
25+
If your project uses `Ionic build` for building your project, select the `tsc` option.
26+
</Note>
2627

2728
## Manual Source Maps upload
2829

0 commit comments

Comments
 (0)