build(docs-infra): do not ngcc the 'module' entry points (#32679)
CLI v8.3+ doesn't read them any more. PR Close #32679
This commit is contained in:
parent
ecd7554051
commit
84feda1db7
|
@ -36,7 +36,7 @@ function _main() {
|
|||
writeFileSync(tsConfigPath, newTsConfigStr);
|
||||
|
||||
// Run ngcc.
|
||||
const ngccArgs = '--loglevel debug --properties es2015 module';
|
||||
const ngccArgs = '--loglevel debug --properties es2015';
|
||||
console.log(`\nRunning ngcc (with args: ${ngccArgs})...`);
|
||||
exec(`yarn ivy-ngcc ${ngccArgs}`);
|
||||
|
||||
|
|
Loading…
Reference in New Issue