2017-10-16 24 views

답변

0

수정 된 사항은 복사 방식이 변경된 것이 원인이었습니다.

this.fs.copy(
     this.templatePath('_editorconfig'), 
     this.destinationPath('.editorconfig') 
    ); 

은 참고로이 또한 gitignore

this.fs.copy(
     this.templatePath('_gitignore'), 
     this.destinationPath('.gitignore') 
    ); 
를 추가 수정을했다