palantir / plottable

:bar_chart: A library of modular chart components built on D3
http://plottablejs.org/
MIT License
2.96k stars 223 forks source link

Use separate lodash modules per function #3592

Closed michael-yx-wu closed 2 years ago

michael-yx-wu commented 2 years ago

Treeshaking in downstream libs not possible because we are targeting commonjs. Not changing to esnext since it might be a breaking change.

michael-yx-wu commented 2 years ago

kick bot

blueprint-bot commented 2 years ago

Fix imports

Demo: quicktests | fiddle

blueprint-bot commented 2 years ago

Use synthetic default imports

Demo: quicktests | fiddle

michael-yx-wu commented 2 years ago

Closing in favor of https://github.com/palantir/plottable/pull/3594