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';
6
6
7
7
module . exports = async ( api , options , rootOptions ) => {
8
8
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);
13
13
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'))
16
16
17
17
18
18
// 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