qwikifiers / qwik-nx

Nx plugin for Qwik
130 stars 23 forks source link

feat(qwik-nx): qwikNxVite plugin to include only project's dependencies by default #126

Closed dmitry-stepanenko closed 1 year ago

dmitry-stepanenko commented 1 year ago

What is it?

Description

Right now by default qwikNxVite plugin will include all projects from the workspace as vendorRoots.

This PR changes the default behavior to only include those projects that are recognized by Nx as dependencies of the particular app. In other words, it works like a reversed nx affected