This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Description
I followed the v6 SSR docs..
section > "Creating scripts"
https://v6.angular.io/guide/universal#creating-scripts
"build:client-and-server-bundles": "ng build --prod && ng build --prod --app 1 --output-hashing=false"
In the Angular CLI 6.2.x im getting a build error when using
npm run build:client-and-server-bundles && npm run webpack:server
output
solution?