Skip to content

Commit 6495aa1

Browse files
authored
Remove webserver used to host contents in webview (#12257)
1 parent 12bc942 commit 6495aa1

18 files changed

Lines changed: 743 additions & 1970 deletions

File tree

ThirdPartyNotices-Distribution.txt

Lines changed: 687 additions & 1047 deletions
Large diffs are not rendered by default.

build/webpack/common.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ exports.nodeModulesToExternalize = [
3232
'fontkit',
3333
'linebreak',
3434
'png-js',
35-
'@koa/cors',
36-
'koa',
37-
'koa-compress',
38-
'koa-logger',
3935
'zeromq'
4036
];
4137
exports.nodeModulesToReplacePaths = [...exports.nodeModulesToExternalize];

experiments.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -101,18 +101,6 @@
101101
"min": 90,
102102
"max": 100
103103
},
104-
{
105-
"name": "WebHostNotebook - experiment",
106-
"salt": "WebHostNotebook",
107-
"max": 0,
108-
"min": 0
109-
},
110-
{
111-
"name": "WebHostNotebook - control",
112-
"salt": "WebHostNotebook",
113-
"min": 0,
114-
"max": 100
115-
},
116104
{
117105
"name": "LocalZMQKernel - experiment",
118106
"salt": "LocalZMQKernel",

news/3 Code Health/12140.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove webserver used to host contents in WebViews.

0 commit comments

Comments
 (0)