1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

preserveWhitespaces

This commit is contained in:
Kyle Spearrin
2018-09-13 11:57:28 -04:00
parent c362fc4677
commit 8792bcabcb
2 changed files with 24 additions and 7 deletions

View File

@@ -14,4 +14,4 @@ if (process.env.ENV === 'production') {
enableProdMode();
}
platformBrowserDynamic().bootstrapModule(AppModule);
platformBrowserDynamic().bootstrapModule(AppModule, { preserveWhitespaces: true });