How Does Lodash Have A Build Script That Resides In A Directory That Isn't In The Repository?
I'm trying to discover best practices for building a library and looking through famous library code. I looked at lodash and saw that the build scripts all reference a lib director
Solution 1:
We used to use lodash-cli to modularize and bundle individual method packages. However, in v5 we'll stick to a single modular package.
Post a Comment for "How Does Lodash Have A Build Script That Resides In A Directory That Isn't In The Repository?"