Skip to content

Commit 527574d

Browse files
committed
frontend: enable prod
1 parent acbfbb4 commit 527574d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/main.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ import {environment} from './environments/environment';
55
import {AppModule} from './app/app.module';
66

77
if (environment.production) {
8-
enableProdMode();
8+
// enableProdMode();
99
}
1010

11+
enableProdMode();
12+
1113
platformBrowserDynamic().bootstrapModule(AppModule)
1214
.then(success => console.log(`Bootstrap success`))
1315
.catch(error => console.log(error));

0 commit comments

Comments
 (0)