I would like to migrate my project from serverless-webpack to this plugin. There are some points I would like to discuss. It seems this repository is actively maintained, so we might find ways to increase the developer experience.
I didn't have the time to investigate yet, but the following two points are mandatory to me for seriously considering the migration, and I didn't see them in the documentation:
- make sure the integration with serverless-offline works seamlessly
- offer an alternative to the
webpackIncludeModules option. It should leverage the yarn.lock file to produce deterministic bundles when possible 👌 (and fallback to npm)
I would be happy to contribute in anyway I could 👍
I would like to migrate my project from serverless-webpack to this plugin. There are some points I would like to discuss. It seems this repository is actively maintained, so we might find ways to increase the developer experience.
I didn't have the time to investigate yet, but the following two points are mandatory to me for seriously considering the migration, and I didn't see them in the documentation:
webpackIncludeModulesoption. It should leverage theyarn.lockfile to produce deterministic bundles when possible 👌 (and fallback to npm)I would be happy to contribute in anyway I could 👍