1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

preserveWhitespaces

This commit is contained in:
Kyle Spearrin
2018-09-13 12:04:07 -04:00
parent 755d9a7900
commit 66cbd137d6
2 changed files with 19 additions and 6 deletions

View File

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