You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lodash is a very large library that impacts performance of downstream projects, and importing it in its entirety is no longer required. This library should be changed to use a lodash.* package like so:
Lodash is a very large library that impacts performance of downstream projects, and importing it in its entirety is no longer required. This library should be changed to use a
lodash.*
package like so:Proposed changes
https://github.com/styled-components/babel-plugin-styled-components/blob/main/src/minify/index.js#L1
https://github.com/styled-components/babel-plugin-styled-components/blob/main/package.json#L37
I have a local branch which does this that I would be happy to submit, but PR creation here is disabled.
The text was updated successfully, but these errors were encountered: