diff --git a/libs/vue/patch-nx-dep-graph.js b/libs/vue/patch-nx-dep-graph.js index b0f144b..0f8ce8a 100644 --- a/libs/vue/patch-nx-dep-graph.js +++ b/libs/vue/patch-nx-dep-graph.js @@ -25,6 +25,7 @@ function patchNxDepGraph() { function getFilePath() { const possiblePaths = [ + 'node_modules/nx/src/plugins/js/project-graph/build-dependencies/typescript-import-locator.js', // for nx >= 15.9.0rc0 'node_modules/nx/src/project-graph/build-dependencies/typescript-import-locator.js', // for Nx >= 13.10.3 'node_modules/@nrwl/workspace/src/core/project-graph/build-dependencies/typescript-import-locator.js', // for older versions of Nx ];