Skip to content

Commit

Permalink
esm - restore --esm for web test runner (microsoft#230379)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero authored Oct 3, 2024
1 parent 60d850e commit 2b30a40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/code-web.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit 2b30a40

Please sign in to comment.