Skip to content

Commit ce10968

Browse files
committed
one last commit before branching again as a copy
1 parent 8369ab5 commit ce10968

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

generator/index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ const newline = process.platform === 'win32' ? '\r\n' : '\n';
66

77
module.exports = async (api, options, rootOptions) => {
88

9-
console.log('options.isNativeOnly - ', options.isNativeOnly)
10-
console.log('options.isNVW - ', options.isNVW)
11-
console.log('options.isNewProject - ', options.isNewProject)
12-
console.log('options.templateType - ', options.templateType);
9+
// console.log('options.isNativeOnly - ', options.isNativeOnly)
10+
// console.log('options.isNVW - ', options.isNVW)
11+
// console.log('options.isNewProject - ', options.isNewProject)
12+
// console.log('options.templateType - ', options.templateType);
1313

14-
console.log('usingTS - ', api.hasPlugin('typescript'))
15-
console.log('usingBabel - ', api.hasPlugin('babel'))
14+
// console.log('usingTS - ', api.hasPlugin('typescript'))
15+
// console.log('usingBabel - ', api.hasPlugin('babel'))
1616

1717

1818
// if it is a new project changes will be written as they normally would with any plugin

0 commit comments

Comments
 (0)