OfficeDev / Office-Addin-TaskPane-React

Template to get start started writing a TaskPane Office Add-in for the React framework using TypeScript
Other
59 stars 34 forks source link

Break down taskpane output into smaller files. #168

Closed millerds closed 3 weeks ago

millerds commented 3 weeks ago

Change Description: Update tsconfig to match fluentui support which allows for tree shaking in webpack. Also updated webpack entry points to properly split out taskpane to two smaller files.

  1. Do these changes impact any npm scripts commands (in package.json)? (e.g., running 'npm run start') No.

  2. Do these changes impact VS Code debugging options (launch.json)? No.

  3. Do these changes impact template output? (e.g., add/remove file, update file location, update file contents) No.

  4. Do these changes impact documentation? (e.g., a tutorial on https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins) Proabably no.

If you answered yes to any of these please do the following:

Include 'Rick-Kirkham' in the review Make sure the README file is correct

Validation/testing performed: Manually ran the taskpane and ran the automated tests.