Given the following code: ```javascript import('lodash-es').then(({uniq}) => uniq) ``` When webpack bundles this code, it should only include the module tree for `uniq` and tree-shake the rest of the exports in `lodash-es` as unused.