We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3041082 commit b942550Copy full SHA for b942550
packages/nx-plugin/src/plugin/utils.ts
@@ -1,7 +1,7 @@
1
import type { CreateNodesContext, CreateNodesContextV2 } from '@nx/devkit';
2
import { readFile } from 'node:fs/promises';
3
import * as path from 'node:path';
4
-import { CP_TARGET_NAME } from './constants';
+import { CP_TARGET_NAME } from './constants.js';
5
import type {
6
CreateNodesOptions,
7
NormalizedCreateNodesContext,
0 commit comments