Skip to content

Commit 804a917

Browse files
committed
feat(gen): default Flow on
1 parent d967554 commit 804a917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/generators/app/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export class Generator extends Base {
158158
}, {
159159
type: 'confirm',
160160
name: 'flow',
161-
default: false,
161+
default: true,
162162
message: 'Would you like to use Flow types with Babel?',
163163
when: answers => answers.transpiler === 'babel'
164164
}, {

0 commit comments

Comments
 (0)