Describe the bug
Seems not to be working on angular cli 7.
Could you confirm is cli 7 is supported? thanks
Yes, version 7 works with Angular CLI 7
Hi Evgeny,
Related to the current issue, I just started a fresh Angular 7 project and made the necessary changes to "build" and "serve" per the README.
I'm getting:
Schema validation failed with the following errors:
Data path "" should NOT have additional properties(customWebpackConfig).
Is there any additional configuration that is required? Perhaps a member of the community that has it working can share some insight?
Thank you in advance.
UPDATE: Error was between the keyboard and chair. I added customWebpackConfig to architect.serve.options, which invalidates the schema. After removing it, I can confirm it's working with Angular 7 (and my additional Webpack plugins were used) :tada:
Most helpful comment
Hi Evgeny,
Related to the current issue, I just started a fresh Angular 7 project and made the necessary changes to "build" and "serve" per the README.
I'm getting:
Is there any additional configuration that is required? Perhaps a member of the community that has it working can share some insight?
Thank you in advance.
UPDATE: Error was between the keyboard and chair. I added
customWebpackConfigtoarchitect.serve.options, which invalidates the schema. After removing it, I can confirm it's working with Angular 7 (and my additional Webpack plugins were used) :tada: