File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ const newline = process.platform === 'win32' ? '\r\n' : '\n';
66
77module . 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
You can’t perform that action at this time.
0 commit comments