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:
committed by
László Monda
parent
ee28065046
commit
c4269d4cf1
@@ -8,4 +8,6 @@ if (environment.production) {
|
|||||||
enableProdMode();
|
enableProdMode();
|
||||||
}
|
}
|
||||||
|
|
||||||
platformBrowserDynamic().bootstrapModule(UhkRendererModule);
|
platformBrowserDynamic().bootstrapModule(UhkRendererModule, {
|
||||||
|
preserveWhitespaces: true
|
||||||
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user