File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1- lts/4.2.1
1+ lts/*
Original file line number Diff line number Diff line change 55 "name" : " Launch Chrome against localhost, with sourcemaps" ,
66 "type" : " chrome" ,
77 "request" : " launch" ,
8- "url" : " http://localhost:3000" ,
8+ "url" : " http://localhost:3000/*" ,
9+ "runtimeArgs" : [
10+ " --disable-web-security" ,
11+ " --user-data-dir" ,
12+ " --remote-debugging-port=9222"
13+ ],
914 "sourceMaps" : true ,
1015 "webRoot" : " ${workspaceRoot}"
1116 },
1217 {
1318 "name" : " Attach to Chrome, with sourcemaps" ,
1419 "type" : " chrome" ,
1520 "request" : " attach" ,
16- "url" : " http://localhost:3000" ,
21+ "url" : " http://localhost:3000/* " ,
1722 "port" : 9222 ,
1823 "sourceMaps" : true ,
1924 "webRoot" : " ${workspaceRoot}"
Original file line number Diff line number Diff line change 108108 "karma-mocha-reporter" : " ^2.0.0" ,
109109 "karma-sourcemap-loader" : " ^0.3.7" ,
110110 "karma-webpack" : " 1.8.0" ,
111- "parse5" : " ^1.5.1 " ,
111+ "parse5" : " ^1.3.2 " ,
112112 "protractor" : " ^3.2.2" ,
113113 "raw-loader" : " 0.5.1" ,
114114 "remap-istanbul" : " ^0.6.3" ,
122122 "tslint" : " ^3.15.0-dev.0" ,
123123 "tslint-loader" : " ^2.1.3" ,
124124 "typedoc" : " ^0.4.4" ,
125- "typescript" : " ^ 2.0.0-beta " ,
125+ "typescript" : " 2.0.0" ,
126126 "url-loader" : " ^0.5.7" ,
127127 "webpack" : " ^2.1.0-beta.21" ,
128128 "webpack-dev-middleware" : " ^1.6.1" ,
You can’t perform that action at this time.
0 commit comments