You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/guides/typescript.mdx
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,8 +165,6 @@ Note that if you're already using [`babel-loader`](https://github.com/babel/babe
165
165
166
166
To learn more about source maps, see the [development guide](/guides/development).
167
167
168
-
To learn more about source maps, see the [development guide](/guides/development).
169
-
170
168
To enable source maps, we must configure TypeScript to output inline source maps to our compiled JavaScript files. The following line must be added to our TypeScript configuration:
0 commit comments