Closed millerds closed 9 months ago
Thank you for your pull request! Please provide the following information.
Change Description: Adjusting imports and webpack config to improve bundling output
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) 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: Ran build and looked and output sizes. Also ran automated tests.
Updated react libraries don't support the tree shaking setup in the PR. This no longer applies, but size still need to be fixed using some other technique.
Thank you for your pull request! Please provide the following information.
Change Description: Adjusting imports and webpack config to improve bundling output
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) No.
If you answered yes to any of these please do the following:
Validation/testing performed: Ran build and looked and output sizes. Also ran automated tests.