mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
Ensure Angular is running as production (#1093)
This commit is contained in:
@@ -7,7 +7,7 @@ if (!Element.prototype.matches && (Element.prototype as any).msMatchesSelector)
|
||||
Element.prototype.matches = (Element.prototype as any).msMatchesSelector;
|
||||
}
|
||||
|
||||
if (process.env.ENV === 'production') {
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
// Production
|
||||
} else {
|
||||
// Development and test
|
||||
|
||||
Reference in New Issue
Block a user