Skip to content

Commit 4e4af27

Browse files
committed
Enable source maps by default when attaching on android
1 parent 2d7fcdd commit 4e4af27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
"platform": "android",
171171
"request": "attach",
172172
"appRoot": "${workspaceRoot}",
173-
"sourceMaps": false,
173+
"sourceMaps": true,
174174
"diagnosticLogging": false,
175175
"emulator": false
176176
},
@@ -180,7 +180,7 @@
180180
"platform": "android",
181181
"request": "attach",
182182
"appRoot": "${workspaceRoot}",
183-
"sourceMaps": false,
183+
"sourceMaps": true,
184184
"diagnosticLogging": false,
185185
"emulator": true
186186
}

0 commit comments

Comments
 (0)