Skip to content

Commit 97b6ec6

Browse files
committed
fix(env): delete env files
1 parent d47a6bc commit 97b6ec6

File tree

42 files changed

+426
-932
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+426
-932
lines changed

apps/angular/context-outlet-type/project.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@
3636
"maximumError": "4kb"
3737
}
3838
],
39-
"fileReplacements": [
40-
{
41-
"replace": "apps/angular/context-outlet-type/src/environments/environment.ts",
42-
"with": "apps/angular/context-outlet-type/src/environments/environment.prod.ts"
43-
}
44-
],
4539
"outputHashing": "all"
4640
},
4741
"development": {

apps/angular/context-outlet-type/src/environments/environment.prod.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

apps/angular/context-outlet-type/src/environments/environment.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
import { enableProdMode } from '@angular/core';
21
import { bootstrapApplication } from '@angular/platform-browser';
32
import { AppComponent } from './app/app.component';
4-
import { environment } from './environments/environment';
5-
6-
if (environment.production) {
7-
enableProdMode();
8-
}
93

104
bootstrapApplication(AppComponent).catch((err) => console.error(err));

apps/angular/crud/project.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@
4040
"maximumError": "4kb"
4141
}
4242
],
43-
"fileReplacements": [
44-
{
45-
"replace": "apps/angular/crud/src/environments/environment.ts",
46-
"with": "apps/angular/crud/src/environments/environment.prod.ts"
47-
}
48-
],
4943
"outputHashing": "all"
5044
},
5145
"development": {

apps/angular/crud/src/environments/environment.prod.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

apps/angular/crud/src/environments/environment.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

apps/angular/ngfor-enhancement/project.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@
3636
"maximumError": "4kb"
3737
}
3838
],
39-
"fileReplacements": [
40-
{
41-
"replace": "apps/angular/ngfor-enhancement/src/environments/environment.ts",
42-
"with": "apps/angular/ngfor-enhancement/src/environments/environment.prod.ts"
43-
}
44-
],
4539
"outputHashing": "all"
4640
},
4741
"development": {

apps/angular/ngfor-enhancement/src/environments/environment.prod.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

apps/angular/ngfor-enhancement/src/environments/environment.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)