-
Notifications
You must be signed in to change notification settings - Fork 99
fix the document: --prod vs. --env=prod #12
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
Comments
hmmm... generally @fmalcher ?! |
In above screenshot you see that for To sum up, changing the command to |
thanks for your explain |
angular CLI update to new version
you should fix
from: ng build --prod --base-href "https://USERNAME.github.io/REPOSITORY/" to : ng build --prod --base-href "https://USERNAME.github.io/REPOSITORY/"
this will make this won't render error Can't resolve './$$_gendir/app/app.module.ngfactory'
The text was updated successfully, but these errors were encountered: