mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
preserveWhitespaces
This commit is contained in:
@@ -12,7 +12,7 @@ if (!isDev()) {
|
|||||||
enableProdMode();
|
enableProdMode();
|
||||||
}
|
}
|
||||||
|
|
||||||
platformBrowserDynamic().bootstrapModule(AppModule);
|
platformBrowserDynamic().bootstrapModule(AppModule, { preserveWhitespaces: true });
|
||||||
|
|
||||||
// Disable drag and drop to prevent malicious links from executing in the context of the app
|
// Disable drag and drop to prevent malicious links from executing in the context of the app
|
||||||
document.addEventListener('dragover', (event) => event.preventDefault());
|
document.addEventListener('dragover', (event) => event.preventDefault());
|
||||||
|
|||||||
@@ -37,6 +37,9 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"angularCompilerOptions": {
|
||||||
|
"preserveWhitespaces": true
|
||||||
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"jslib/node_modules",
|
"jslib/node_modules",
|
||||||
|
|||||||
Reference in New Issue
Block a user