mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
debt - use esbuild for CSS minification (#250820)
This commit is contained in:
@@ -251,8 +251,6 @@ function isNameTakenInFile(node, name) {
|
||||
return false;
|
||||
}
|
||||
const skippedExportMangledFiles = [
|
||||
// Build
|
||||
'css.build',
|
||||
// Monaco
|
||||
'editorCommon',
|
||||
'editorOptions',
|
||||
|
||||
@@ -280,8 +280,6 @@ function isNameTakenInFile(node: ts.Node, name: string): boolean {
|
||||
}
|
||||
|
||||
const skippedExportMangledFiles = [
|
||||
// Build
|
||||
'css.build',
|
||||
|
||||
// Monaco
|
||||
'editorCommon',
|
||||
|
||||
Reference in New Issue
Block a user