debt - use esbuild for CSS minification (#250820)

This commit is contained in:
Benjamin Pasero
2025-06-06 12:04:01 +02:00
committed by GitHub
parent d49ebe603c
commit 1330a32f25
13 changed files with 20 additions and 1102 deletions

View File

@@ -251,8 +251,6 @@ function isNameTakenInFile(node, name) {
return false;
}
const skippedExportMangledFiles = [
// Build
'css.build',
// Monaco
'editorCommon',
'editorOptions',

View File

@@ -280,8 +280,6 @@ function isNameTakenInFile(node: ts.Node, name: string): boolean {
}
const skippedExportMangledFiles = [
// Build
'css.build',
// Monaco
'editorCommon',