lodash / babel-plugin-lodash

Modular Lodash builds without the hassle.
Other
1.96k stars 92 forks source link

Handle scoped packages correctly #186

Closed danny-andrews closed 6 years ago

danny-andrews commented 6 years ago

Before, babel-plugin-lodash was choking on scoped packages (e.g. @myscope/my-pkg). This PR fixes this.

jdalton commented 6 years ago

Thanks again @danny-andrews!