digitalmaas / serverless-plugin-browserifier

Reduce the size and speed up your Node.js based lambda's using browserify.
Other
27 stars 4 forks source link

Moved browserify to peerDependencies #1

Closed dannytech closed 7 years ago

dannytech commented 7 years ago

This is to allow the user to choose the version of browserify they would like to run

nolde commented 7 years ago

Hi dannytech!

Thanks for your submission!

I was having a few issues with browserify v14, so I will do some testing with using it as peerDependency and make sure I can weed out those issues. Also, I need to update the docs to make sure they reflect the necessity of manually adding browserify to user's projects.

That said, I am merging your code to a feature branch, so I can do it all at once when merging into master. I will try to review it all before the end of the week.

Thanks again!