mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-14 23:18:36 +00:00
Don't include loader.js in monaco-editor-core build, as the loader is no longer used. (#286722)
Prepares for https://github.com/microsoft/vscode/issues/285255.
This commit is contained in:
committed by
GitHub
parent
4f9b1f6593
commit
63c58419fd
@@ -120,7 +120,6 @@ export function extractEditor(options: tss.ITreeShakingOptions & { destRoot: str
|
||||
copyFile(file);
|
||||
});
|
||||
|
||||
copyFile('vs/loader.js');
|
||||
copyFile('typings/css.d.ts');
|
||||
copyFile('../node_modules/@vscode/tree-sitter-wasm/wasm/web-tree-sitter.d.ts', '@vscode/tree-sitter-wasm.d.ts');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user