You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/sharing/ProvideSharedPlugin.js
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -129,8 +129,7 @@ class ProvideSharedPlugin {
129
129
details=
130
130
"No description file (usually package.json) found. Add description file with name and version, or manually specify version in shared config.";
131
131
}elseif(!descriptionFileData.version){
132
-
details=
133
-
"No version in description file (usually package.json). Add version to description file, or manually specify version in shared config.";
132
+
details=`No version in description file (usually package.json). Add version to description file ${resourceResolveData.descriptionFilePath}, or manually specify version in shared config.`;
0 commit comments