Add Nx plugin to modify Project Graph for .vue
files
#49
Labels
enhancement
New feature or request
Milestone
.vue
files
#49
Nx allows the project graph to be modified by plugin: documentation.
Currently, the monorepo patches Nx's
typescript-import-locator.js
to include.vue
files in the project graph similar to the solution discussed in @nrwl/nx #2960.But a plugin would be a more permanent solution that will not require patches to future Nx upgrades.
The text was updated successfully, but these errors were encountered: