Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TFS or VSTS build configuration for prod build #1

Open
cvbc2010 opened this issue Jun 5, 2018 · 0 comments
Open

TFS or VSTS build configuration for prod build #1

cvbc2010 opened this issue Jun 5, 2018 · 0 comments

Comments

@cvbc2010
Copy link

cvbc2010 commented Jun 5, 2018

i am trying to setup build for this solution (azure ad oidc). i am facing an issue where the dist folder is not getting created on build server. Do we have any specific command for prod build. i tried "build:ssr": "npm run build -- --app=ssr --output-hashing=media". But i am getting an error Unknown option: '--app'.
i even tried ng build --extract-css.
This created the below files.

chunk {main} main.js, main.js.map (main) 51.7 kB [initial] [rendered]
chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 349 kB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 5.22 kB [entry] [rendered]
chunk {styles} styles.css, styles.css.map (styles) 201 kB [initial] [rendered]
chunk {vendor} vendor.js, vendor.js.map (vendor) 6.69 MB [initial] [rendered]

Will this be okay to perform server side rendering or am i missing anything. as Lighthouse shows 5% performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant