Umkus / lambda-layer-sharp

An AWS lambda layer with pre-built sharp node module optimised for minimal layer size
92 stars 29 forks source link

Building contains warning about libvips #5

Closed jmonsma closed 3 years ago

jmonsma commented 3 years ago

Hi

Im trying to build it myself to use it as a layer, but during building i get the following warning.

WARNING in ./node_modules/sharp/lib/libvips.js 54:23-70Critical dependency: the request of a dependency is an expression.

Does it really contain the libvips library?

Umkus commented 3 years ago

Hello, this is just a warning from Webpack, it's safe to ignore it.