-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Implement dep-graph patching for Vue files with a plugin: https://nx.dev/recipes/advanced-plugins/project-graph-plugins
Before implementing double check that recent versions of Nx don't already include dep-graph support for Vue files.
Original issue description:
Currently, NX dep-graph should be working via the hack from @nx-plus/vue: https://github.com/ZachJW34/nx-plus/tree/master/libs/vue#nx-dependency-graph-support
There are more robust ways to do this than a postinstall script:
- Annoy NX about supporting configurable file paths (this will be nice for some of our other projects as well)
- Fork NX and implement the fix ourselves (and hope they accept the patch upstream)
- Add the postinstall script automatically every time a target runs (not 100% sure this is possible)
- Update the postinstall script to apply a real patch (doesn't really solve anything, but might be easier to detect when NX does something that breaks the hack).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request