mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
esm - more cleanup (#230285)
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
const importMap = {
|
||||
imports: {
|
||||
vs: new URL(`../../../${out}/vs`, baseUrl).href,
|
||||
assert: new URL('../assert-esm.js', baseUrl).href,
|
||||
assert: new URL('../assert.js', baseUrl).href,
|
||||
sinon: new URL('../../../node_modules/sinon/pkg/sinon-esm.js', baseUrl).href,
|
||||
'sinon-test': new URL('../../../node_modules/sinon-test/dist/sinon-test-es.js', baseUrl).href,
|
||||
'@xterm/xterm': new URL('../../../node_modules/@xterm/xterm/lib/xterm.js', baseUrl).href,
|
||||
|
||||
Reference in New Issue
Block a user