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.
Do these changes impact any npm scripts commands (in package.json)? (e.g., running 'npm run start')
No.
Do these changes impact VS Code debugging options (launch.json)?
No.
Do these changes impact template output? (e.g., add/remove file, update file location, update file contents)
No.
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.
Do these changes impact any npm scripts commands (in package.json)? (e.g., running 'npm run start') No.
Do these changes impact VS Code debugging options (launch.json)? No.
Do these changes impact template output? (e.g., add/remove file, update file location, update file contents) No.
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:
Validation/testing performed: Manually ran the taskpane and ran the automated tests.