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 fd99da8 commit 7f0e1c8Copy full SHA for 7f0e1c8
src/generators/app/index.js
@@ -475,7 +475,7 @@ export class Generator extends Base {
475
return true;
476
} else {
477
// strip `// @flow` comments if not using flow
478
- return !(/@flow)/.test(commentContents));
+ return !(/@flow/.test(commentContents));
479
}
480
},
481
babelrc: false // don't grab the generator's `.babelrc`
0 commit comments