Use pull request #11445 from ncoden/chore/tree-shaking for v6.5.0
ff937ead3 chore: use a more tree-shaking compliant ESM entry file
83c90b089 fix: add missing export of "Move" in "foundation-plugins" entry
5d9373b3d chore: add default export as it may be sometimes required for tree-shaking
7326c38fd docs: add "Tree Shaking" section in javascript documentation
8e44c64fd chore: remove unrecommended "grouped" default exports
d44a7a0f5 chore: add missing "sideEffects" flag to ensure tree shaking with webpack
680ed6a03 docs: make "direct import" for tree shaking sounds less imperative
17b3cd1f8 chore: remove redundant "pkg.browser" field
89e66da32 docs: improve "tree shaking" documentation to promote named imports
45e990c1c Revert "chore: add default export as it may be sometimes required for tree-shaking"
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>