serverless-heaven / serverless-webpack

Serverless plugin to bundle your lambdas with Webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

package-lock.json is not respected when bundling

arabold opened this issue · 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.