ea2d453118
When ngcc processes an entrypoint, it updates `package.json` with metadata about the processed format. Previously, it overwrote the `package.json` with the stringified JSON object without spaces. This made the file difficult to read (for example when looking at the file while debugging an ngcc failure). This commit fixes it by using spaces in the new `package.json` content. PR Close #30831 |
||
---|---|---|
.. | ||
src | ||
debug-test.sh | ||
package.json | ||
test.sh | ||
tsconfig-app.json | ||
yarn.lock |