File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed
Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 139139 "platform" : " ios" ,
140140 "appRoot" : " ${workspaceRoot}" ,
141141 "sourceMaps" : true ,
142- "watch" : true
142+ "watch" : true ,
143+ "sourceMapPathOverrides" : {
144+ "webpack:///*" : " ${workspaceRoot}/*"
145+ }
143146 },
144147 {
145148 "name" : " Attach on iOS" ,
148151 "platform" : " ios" ,
149152 "appRoot" : " ${workspaceRoot}" ,
150153 "sourceMaps" : true ,
151- "watch" : false
154+ "watch" : false ,
155+ "sourceMapPathOverrides" : {
156+ "webpack:///*" : " ${workspaceRoot}/*"
157+ }
152158 },
153159 {
154160 "name" : " Launch on Android" ,
157163 "platform" : " android" ,
158164 "appRoot" : " ${workspaceRoot}" ,
159165 "sourceMaps" : true ,
160- "watch" : true
166+ "watch" : true ,
167+ "sourceMapPathOverrides" : {
168+ "webpack:///*" : " ${workspaceRoot}/*"
169+ }
161170 },
162171 {
163172 "name" : " Attach on Android" ,
166175 "platform" : " android" ,
167176 "appRoot" : " ${workspaceRoot}" ,
168177 "sourceMaps" : true ,
169- "watch" : false
178+ "watch" : false ,
179+ "sourceMapPathOverrides" : {
180+ "webpack:///*" : " ${workspaceRoot}/*"
181+ }
170182 }
171183 ],
172184 "configurationSnippets" : [
You can’t perform that action at this time.
0 commit comments