-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
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
Replace lodash dependency with lodash.isEmpty #443
Comments
I ran
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the Studio footer depends on the entire lodash library. This pulls in significantly more code than we need, as we only use the
isEmpty
function.We should replace the
lodash
dependency with thelodash.isEmpty
library; this will take a decently sized chunk out of the bundle sizes of our MFEs.The text was updated successfully, but these errors were encountered: