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

prod environment settings

This commit is contained in:
Kyle Spearrin
2018-04-13 15:14:04 -04:00
parent 76eeb4e41d
commit dc35577564
6 changed files with 34 additions and 11 deletions

View File

@@ -9,8 +9,8 @@ require('../scripts/duo.js');
import { AppModule } from './app.module';
// if (!isDev()) {
// enableProdMode();
// }
if (process.env.ENV === 'production') {
enableProdMode();
}
platformBrowserDynamic().bootstrapModule(AppModule);