issues
search
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
Make browserify a peer dependency, lock most dependencies versions
#6
Closed
nolde
closed
6 years ago
nolde
commented
6 years ago
locks dependencies versions to reduce chance of unforeseen problems
keeping it unlocked to match serverless doesn't make a lot of sense, since serverless is usually globally installed
keep bluebird mostly unlocked, as it is commonly used by applications
dev dependencies unlocked
make browserify a peer dependency
allows for better control on part of the application
tested with a few versions, no issues found
some housekeeping