Skip to content

Commit fb37b45

Browse files
authored
Merge pull request #1077 from adanyc/bugfix/fix-typo-in-warning-message
fix(nf): fix typo in warning message for package usage
2 parents ab639ed + 257b57f commit fb37b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/native-federation-core/src/lib/utils/package-info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ export function _getPackageInfo(
372372

373373
logger.warn('No entry point found for ' + packageName);
374374
logger.warn(
375-
"If you don't need this package, skip it in your federation.config.js or consider moving it into depDependencies in your package.json",
375+
"If you don't need this package, skip it in your federation.config.js or consider moving it into devDependencies in your package.json",
376376
);
377377

378378
return null;

0 commit comments

Comments
 (0)