Skip to content

Commit fb83583

Browse files
committed
Remove semver-umd link
This is included in the bundle now.
1 parent 3d7fbec commit fb83583

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/browser/pages/vscode.html

-5
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@
3232
<link rel="apple-touch-icon" href="{{CS_STATIC_BASE}}/src/browser/media/pwa-icon-384.png" />
3333
<meta name="apple-mobile-web-app-capable" content="yes" />
3434

35-
<!-- Prefetch to avoid waterfall -->
36-
<!-- PROD_ONLY
37-
<link rel="prefetch" href="{{CS_STATIC_BASE}}/lib/vscode/node_modules/semver-umd/lib/semver-umd.js">
38-
END_PROD_ONLY -->
39-
4035
<meta id="coder-options" data-settings="{{OPTIONS}}" />
4136
</head>
4237

src/browser/pages/vscode.ts

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ try {
4141
"xterm-addon-search": `../node_modules/xterm-addon-search/lib/xterm-addon-search.js`,
4242
"xterm-addon-unicode11": `../node_modules/xterm-addon-unicode11/lib/xterm-addon-unicode11.js`,
4343
"xterm-addon-webgl": `../node_modules/xterm-addon-webgl/lib/xterm-addon-webgl.js`,
44-
"semver-umd": `../node_modules/semver-umd/lib/semver-umd.js`,
4544
"tas-client-umd": `../node_modules/tas-client-umd/lib/tas-client-umd.js`,
4645
"iconv-lite-umd": `../node_modules/iconv-lite-umd/lib/iconv-lite-umd.js`,
4746
jschardet: `../node_modules/jschardet/dist/jschardet.min.js`,

0 commit comments

Comments
 (0)