Replace CommonJs dependencies with ES

When I build my Angular application I get these warnings:

Warning: node_modules/@uppy/core/lib/Uppy.js depends on 'lodash.throttle'. CommonJS or AMD dependencies can cause optimization bailouts.

Warning: node_modules/@uppy/dashboard/lib/components/Dashboard.js depends on 'classnames'. CommonJS or AMD dependencies can cause optimization bailouts.

For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies

I use Dashboard module from @uppy/angular package.
Is there any way I can fix this myself or perhaps should I create an issue in GitHub ?