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
it seems the following three options are not working properly:
scopeInOutputPath: [false|true], // Add scope from package file (if present) to the output path, true by default.
nameInOutputPath: [false|true], // Add name from package file to the output path, true by default.
versionInOutputPath: [false|true] // Add package version to the output path, true by default.
I am trying to create the output in a directory, namely "public", without the subpath "@mygroup/myproject/1.0.0".
From the documentation, I understand the previous three options should do the trick, by setting them to false.
Unfortunately, this is not the case.
I am using jsdoc 3.6.5 and docdash 1.2.0.
Regards.
The text was updated successfully, but these errors were encountered:
Hi,
it seems the following three options are not working properly:
I am trying to create the output in a directory, namely "public", without the subpath "@mygroup/myproject/1.0.0".
From the documentation, I understand the previous three options should do the trick, by setting them to false.
Unfortunately, this is not the case.
I am using jsdoc 3.6.5 and docdash 1.2.0.
Regards.
The text was updated successfully, but these errors were encountered: