build(aio): turn off preserveWhitespaces in compiler options (#19702)

-rw-r--r--  1 iminar  eng   14942 Oct 13 16:12 dist/0.b19e913fbdd6507d346b.chunk.js
-rw-r--r--  1 iminar  eng    1535 Oct 13 16:12 dist/inline.eede8140efeab4c45b22.bundle.js
-rw-r--r--  1 iminar  eng  559389 Oct 13 16:12 dist/main.20858f9aa7cf8741b6aa.bundle.js
-rw-r--r--  1 iminar  eng   37402 Oct 13 16:12 dist/polyfills.f8409a9eb69060ac1aa6.bundle.js

PR Close #19702
This commit is contained in:
Igor Minar 2017-10-13 16:13:44 -07:00 committed by Matias Niemelä
parent b396029d39
commit a149605c9f
1 changed files with 4 additions and 1 deletions

View File

@ -12,5 +12,8 @@
"test.ts",
"test-specs.ts",
"**/*.spec.ts"
]
],
"angularCompilerOptions": {
"preserveWhitespaces": false
}
}