esm - remove hardcoded --esm for code-web (#230538)

* esm - remove hardcoded `--esm` for `code-web`

* update depds
This commit is contained in:
Benjamin Pasero
2024-10-04 21:53:45 +02:00
committed by GitHub
parent d922598c30
commit a1ec838aac
3 changed files with 32 additions and 25 deletions

View File

@@ -74,7 +74,6 @@ async function main() {
openSystemBrowser = true;
}
serverArgs.push('--esm'); // TODO@esm this should be the default
serverArgs.push('--sourcesPath', APP_ROOT);
serverArgs.push(...process.argv.slice(2).filter(v => !v.startsWith('--playground') && v !== '--no-playground'));