chore: use preserveWhitespaces = true in electron renderer (#1017)

The `npm run server:electron` build result much more simmilar to the production build
This commit is contained in:
Róbert Kiss
2019-08-20 15:19:00 +02:00
committed by László Monda
parent ee28065046
commit c4269d4cf1

View File

@@ -8,4 +8,6 @@ if (environment.production) {
enableProdMode();
}
platformBrowserDynamic().bootstrapModule(UhkRendererModule);
platformBrowserDynamic().bootstrapModule(UhkRendererModule, {
preserveWhitespaces: true
});