serverless-heaven/serverless-webpack

package-lock.json is not respected when bundling

arabold opened this issue · 0 comments

This is a Bug Report

Description

When bundling a project the serverless-webpack-plugin doesn't respect the package-lock.json which leads to involuntary updates of the dependencies.

Expected Behavior

The plugin must respect the package-lock.json if exists and never upgrade components on its own.