-
-
Notifications
You must be signed in to change notification settings - Fork 202
angular-cli-builders:custom-webpack-server not work #1
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
Hi @meltedspark, thank you for providing this small but very useful builder! I ran into the same issue. |
Hi, thanks for reporting this issue. @arjanburggraaf indeed @AlexDaSoul the reason it complains about such properties as index, styles, scripts etc. is that these properties are not supported in the original |
I'm reopening this issue as a reminder for myself to write a test but generally it is fixed in build |
Hi! angular-cli-builders:custom-webpack-server finished with errors
Schema validation failed with the following errors:
Data path "" should NOT have additional properties(webpackConfigPath).
if remove webpackConfigPath then the next error is next property and more and more and more
when remove all except for main. ng serve finished as ng buld, not start dev-server
The text was updated successfully, but these errors were encountered: