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

Regenerate builder schema upon every devkit update #936

Open
just-jeb opened this issue Feb 16, 2021 · 0 comments
Open

Regenerate builder schema upon every devkit update #936

just-jeb opened this issue Feb 16, 2021 · 0 comments
Labels

Comments

@just-jeb
Copy link
Owner

Is your feature request related to a problem? Please describe.

The schema of custom-webpack is generated during the build and it's generated from the base schema that comes from @angular-devkit/build-angular and an extension.
So essentially every time the base schema is updated the derived schema should be regenerated.

Describe alternatives you've considered

  • Get package locks back, which will resolve this problem in some way (a new build will be triggered upon every @Angular-devkit update), but it still will require from users to install a new version every time.
  • OR
  • Generate schemas at the postinstall hook, instead of build time (still requires from users to run install but saves version publish)

Additional context
More context in #924

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

No branches or pull requests

1 participant