We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick fix was introduced #40 to bump the build size. But this should be dealt with at some point.
#40 (review)
The text was updated successfully, but these errors were encountered:
@mradkov we can reduce the bundle size with that approach https://www.npmjs.com/package/babel-plugin-lodash make the lodash imports transform from
lodash
import { times } from 'lodash'
to the
import times from 'lodash/times'
Sorry, something went wrong.
Also we can use even the lodash-es
No branches or pull requests
Quick fix was introduced #40 to bump the build size. But this should be dealt with at some point.
#40 (review)
The text was updated successfully, but these errors were encountered: