Skip to content

Commit bfb0db6

Browse files
committed
chore: updates
1 parent b3f73e0 commit bfb0db6

5 files changed

Lines changed: 1 addition & 56 deletions

File tree

e2e/mock-api-v2/project.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,6 @@
2323
".js": ".js"
2424
}
2525
}
26-
},
27-
"configurations": {
28-
"development": {
29-
"watch": true
30-
},
31-
"example-server": {
32-
"main": "e2e/mock-api-v2/src/example-server.ts"
33-
},
34-
"production": {
35-
"esbuildOptions": {
36-
"sourcemap": false,
37-
"outExtension": {
38-
".js": ".js"
39-
}
40-
}
41-
}
4226
}
4327
},
4428
"serve": {

e2e/mock-api/project.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,6 @@
1414
"clean": true,
1515
"tsConfig": "e2e/mock-api/tsconfig.app.json",
1616
"assets": ["e2e/mock-api/src/assets", "e2e/mock-api/package.json"]
17-
},
18-
"configurations": {
19-
"development": {
20-
"watch": true
21-
},
22-
"production": {
23-
"optimization": true,
24-
"extractLicenses": true,
25-
"inspect": false,
26-
"fileReplacements": [
27-
{
28-
"replace": "e2e/mock-api/src/environments/environment.ts",
29-
"with": "e2e/mock-api/src/environments/environment.prod.ts"
30-
}
31-
]
32-
}
3317
}
3418
},
3519
"serve": {

e2e/token-vault-app/project.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
"outputs": ["{projectRoot}/dist"],
1111
"options": {
1212
"emptyOutDir": false
13-
},
14-
"configurations": {
15-
"development": {
16-
"mode": "development"
17-
}
1813
}
1914
},
2015
"serve": {

e2e/token-vault-interceptor/project.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,8 @@
88
"build": {
99
"inputs": ["default", "^default"],
1010
"outputs": ["{projectRoot}/dist"],
11-
"defaultConfiguration": "production",
1211
"options": {
1312
"emptyOutDir": false
14-
},
15-
"configurations": {
16-
"development": {
17-
"mode": "development"
18-
},
19-
"production": {
20-
"mode": "production"
21-
}
2213
}
2314
},
2415
"lint": {

e2e/token-vault-proxy/project.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,7 @@
77
"targets": {
88
"build": {
99
"inputs": ["default", "^default"],
10-
"outputs": ["{projectRoot}/dist"],
11-
"defaultConfiguration": "production",
12-
"configurations": {
13-
"development": {
14-
"mode": "development"
15-
},
16-
"production": {
17-
"mode": "production"
18-
}
19-
}
10+
"outputs": ["{projectRoot}/dist"]
2011
},
2112
"serve": {
2213
"defaultConfiguration": "development",

0 commit comments

Comments
 (0)