Skip to content

Commit

Permalink
SSR changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kashyap Mukkamala committed Sep 22, 2018
1 parent 5537db6 commit 7e9c0b1
Show file tree
Hide file tree
Showing 26 changed files with 853 additions and 275 deletions.
10 changes: 9 additions & 1 deletion angular.json
Expand Up @@ -13,7 +13,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/ng-ssr",
"outputPath": "dist/browser",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
Expand Down Expand Up @@ -92,6 +92,14 @@
"**/node_modules/**"
]
}
},
"server": {
"builder": "@angular-devkit/build-angular:server",
"options": {
"outputPath": "dist/server",
"main": "src/main.server.ts",
"tsConfig": "src/tsconfig.server.json"
}
}
}
},
Expand Down

0 comments on commit 7e9c0b1

Please sign in to comment.