Describe the bug
When you serve angular application, it throws many errors because it is still using some old flags which are removed in angular 6..
We get following bugs:-
Cannot determine project or target for Architect command
Unknown option --app
Unknown option --environment
Unknown option: '--extractCss'
Unknown option: '--outputHashing'
Unknown option: '--sourcemap'
To Reproduce
Serve any angular application from serve tab.
Expected behavior
It should serve the app successfully.
Describe the bug When you serve angular application, it throws many errors because it is still using some old flags which are removed in angular 6.. We get following bugs:-
To Reproduce Serve any angular application from serve tab.
Expected behavior It should serve the app successfully.