Open maxfrigge opened 8 years ago
@maxfrigge We have done an SLS 1.1.0 plugin that follows the idea of this one. We ended with Browserify after trying Webpack, Rollup and too many configuration files. This should be as simple as activating and working inside SLS configuration (serverless.yml).
Check it out: https://github.com/FidelLimited/serverless-plugin-optimize
What are the plans to upgrade this plugin to 1.0 .. or maintain it in general. I think it would be great to have on "standard" plugin that takes care es6 and bundling (if it really helps).
Currently it seems that there are several packages for this.
The only one with support for serverless 1.0 being that latter.
I think it would be great to have some kind of best practices for what should and should not be done. What are the pros and cons etc of each of these packages and so on.
Since Lambda only supports the outdated node 4.3 this seems to be a vital part of any serious serverless application.