digitalmaas / serverless-plugin-browserifier

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

Question: Browserify not included in package dependencies #33

Closed Daniel-Yonkov closed 3 years ago

Daniel-Yonkov commented 3 years ago

Hello there, Noticed an inconsistency during the migration of the no longer supported serverless-plugin-browserify plugin to this one. Seems like they included a version of browserify in their dependencies while this package does not.

Is this intended in order to allow customization of the browserify version or is there any other reason behind not including the package within the plugin?

nolde commented 3 years ago

Hello!

Yes, the goal is to allow you to upgrade browserify as soon as it is available.