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
{{ message }}
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.
I'm using Next.js with latest lodash v4.17.20 and latest babel-plugin-lodash v3.3.4 however for some reason I always get lodash.min.js inside the bundle.
As for the imports it's used as import { funcName } from 'lodash/fp' everywhere across the code.
This happens in an old legacy app and tried to repro with a clean setup without no luck, so I cannot provide the proper reproducible environment for now.
Maybe someone did experience the same issue before? Or maintainers know what could be the potential cause of this plugin not working?
Thanks!
The text was updated successfully, but these errors were encountered:
Same here. Was sure I'm missing something, but now I'm having doubts it's the setup. Planned on making a clean setup next to see what's going to happen, like you, actually.
I'm using Next.js with latest lodash v4.17.20 and latest babel-plugin-lodash v3.3.4 however for some reason I always get
lodash.min.js
inside the bundle.As for the imports it's used as
import { funcName } from 'lodash/fp'
everywhere across the code.This happens in an old legacy app and tried to repro with a clean setup without no luck, so I cannot provide the proper reproducible environment for now.
Maybe someone did experience the same issue before? Or maintainers know what could be the potential cause of this plugin not working?
Thanks!
The text was updated successfully, but these errors were encountered: