esm - restore `--esm` for web test runner (#230379)

pull/230387/head
Benjamin Pasero 2024-10-03 12:07:04 +02:00 committed by GitHub
parent 60d850e1a8
commit 2b30a40013
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ 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'));