esm - removal of CSS loader (#230206)

This commit is contained in:
Benjamin Pasero
2024-10-01 19:24:18 +02:00
committed by GitHub
parent 1f7e13965c
commit 3b68a06818
12 changed files with 11 additions and 749 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'));