mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
esm - more cleanup (#230285)
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
// generate import map
|
||||
const importMap = {
|
||||
imports: {
|
||||
assert: new URL('../test/unit/assert-esm.js', baseUrl).href,
|
||||
assert: new URL('../test/unit/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,
|
||||
'electron': asRequireBlobUri('electron'),
|
||||
|
||||
Reference in New Issue
Block a user