Skip to content

Commit 0f4a1b1

Browse files
committed
upgrade to 8.0 rc
1 parent e327fd6 commit 0f4a1b1

15 files changed

+1487
-1950
lines changed

angular.json

+19-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build": {
1414
"builder": "@angular-devkit/build-angular:browser",
1515
"options": {
16-
"outputPath": "dist/lazy",
16+
"outputPath": "dist/browser",
1717
"index": "src/index.html",
1818
"main": "src/main.ts",
1919
"polyfills": "src/polyfills.ts",
@@ -100,6 +100,24 @@
100100
"**/node_modules/**"
101101
]
102102
}
103+
},
104+
"server": {
105+
"builder": "@angular-devkit/build-angular:server",
106+
"options": {
107+
"outputPath": "dist/server",
108+
"main": "src/main.server.ts",
109+
"tsConfig": "src/tsconfig.server.json"
110+
},
111+
"configurations": {
112+
"production": {
113+
"fileReplacements": [
114+
{
115+
"replace": "src/environments/environment.ts",
116+
"with": "src/environments/environment.prod.ts"
117+
}
118+
]
119+
}
120+
}
103121
}
104122
}
105123
},
File renamed without changes.

0 commit comments

Comments
 (0)