Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vite): prevent asset copying when NX_GRAPH_CREATION is enabled (#…
…30037) This PR includes updates to the `nxCopyAssetsPlugin` function in the `packages/vite/plugins/nx-copy-assets.plugin.ts` file to improve asset handling and daemon integration. The most important changes include adding a check for `NX_GRAPH_CREATION`. Additionally, it also contains a check to ensure that before attempting to watch for file changes the daemon should be available.
- Loading branch information