kibana/packages/kbn-user-profile-components
Pierre Gayvallet 02bafbdf92
flag packages without side effects (#173351)
## Summary

Add the `sideEffects` meta to packages without side effects to optimize
tree-shaking on browser-side bundles.


Notes:
- it mostly impacts the `securitySolution` app (almost 2mb reduction)
- it's not always beneficial for all apps, some apps gain some weight,
likely related to the way webpack optimizes the chunks, but I feel like
it's still overall beneficial (don't hesitate to say if you think
otherwise)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2023-12-19 02:46:39 -07:00
..
src Upgrade EUI to v90.0.0 (#170179) 2023-11-03 10:19:31 -07:00
index.ts [UserProfiles] Move React hook to package (#162888) 2023-08-09 09:02:02 -07:00
jest.config.js Add user profile selectable (#137424) 2022-08-04 22:09:01 +01:00
kibana.jsonc Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
package.json flag packages without side effects (#173351) 2023-12-19 02:46:39 -07:00
tsconfig.json [UserProfiles] Move React hook to package (#162888) 2023-08-09 09:02:02 -07:00