esm - restore `--esm` for web test runner (#230379)
parent
60d850e1a8
commit
2b30a40013
|
@ -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'));
|
||||
|
|
Loading…
Reference in New Issue