Skip to content

Commit e6124e3

Browse files
author
Benjamin Pasero
committed
web - remove encoding related libs from prefetch as they are being loaded lazily
1 parent f2d49ea commit e6124e3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/vs/code/browser/workbench/workbench.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
<!-- Prefetch to avoid waterfall -->
2222
<link rel="prefetch" href="./static/node_modules/semver-umd/lib/semver-umd.js">
23-
<link rel="prefetch" href="./static/node_modules/iconv-lite-umd/lib/iconv-lite-umd.js">
24-
<link rel="prefetch" href="./static/node_modules/jschardet/dist/jschardet.min.js">
2523
</head>
2624

2725
<body aria-label="">

0 commit comments

Comments
 (0)