You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If the number of dependencies of the project is very large and the types of dependencies are very different, the execution of the vaadinPrepareFrontend task can take a relatively long time.
Describe the solution you'd like
Filtering on specific file names or extensions would be helpful, if only to reduce the number of dependencies to consider.
Describe alternatives you've considered
Alternatively, it is possible to partially exclude the task and execute it only when needed. However, it is then inevitably necessary that all participants in the project know exactly what the background of the task is and when one must execute the task and when not.
Additional context
It would be very helpful if this feature, if considered, would also be included in the version for the current LTS i.e. Vaadin 14.