megawac / lodash-modularize

Generate modular lodash builds through static analysis.
MIT License
40 stars 1 forks source link

lodash-fp support #9

Open megawac opened 9 years ago

megawac commented 9 years ago

Discussed this a bit in gitter a bit a while ago. Not sure the best path here, e.g. convert

require('lodash-fp)   ->  require('lodash-fp/convert')('./lib/lodash)

However, this runs into difficulties if the user is using es6 imports.

The easiest solution is to generate a new file for lodash.fp

Should also look in to and see if esperanto can help out on this one