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 59dbb1f commit f8f4016Copy full SHA for f8f4016
templates/package-builder/src/yeoman/app/index.ts
@@ -150,7 +150,7 @@ class MyGenerator extends yeoman.Base {
150
if (typeof mappedFilename === 'string') {
151
outputFn = mappedFilename;
152
} else {
153
- fileIsExcludedByTemplateConfig = true;
+ fileIsExcludedByTemplateConfig = (mappedFilename === false);
154
}
155
156
// Decide whether to emit this file
0 commit comments