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

Implement a possibility to optimize development environment for Vaadin/Hilla dev without components #19948

Open
johannest opened this issue Sep 13, 2024 · 1 comment

Comments

@johannest
Copy link
Contributor

Describe your motivation

Use case: an application development where no Vaadin components are used, but only Vaadin/Hilla TypeScript generation and middleware are utilized.

For production builds unused Vaadin/React component will be removed more or less automatically. But, to be able to speed up the development environment it would be good to have a possibility to exclude all Vaadin components from the package.json.

Describe the solution you'd like

A setting or a documented dependency exclusion for excluding Vaadin components from the package.json.

@Legioth
Copy link
Member

Legioth commented Sep 13, 2024

To clarify, this means that neither @vaadin/react-components nor any WebComponent like @vaadin/button should be included in the application's package.json while still including framework parts like @vaadin/hilla-frontend and react-router-dom.

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

No branches or pull requests

2 participants