OfficeDev / generator-office

Yeoman generator for building Microsoft Office related projects.
https://www.npmjs.com/package/generator-office
MIT License
815 stars 207 forks source link

bug: react excel template outputs outlook commands or something #783

Closed dsaf closed 1 year ago

dsaf commented 1 year ago

Hi, why is react template for excel producing commands files? They don't seem to be used and they seem to mention some outlook related features like notifications and mailbox etc. Looks like a bug.

Rick-Kirkham commented 1 year ago

@dsaf This is a known problem and we have a work item to fix it. Since we have an internal tracking item, I'll close this issue.

millerds commented 1 year ago

The template repos these come from support all the different kinds of host the add-in can be used for. They also include certain elements for different features (as opposed to host) like commands (which is not exclusive to outlook). Not all the elements are used in all the resulting projects and there are many things the get cleaned up in the process of generating the project. We could be a little better and creating leaner and more targeted project and as Ricky said this is an internal work item to improve this.