Can I use serverless-plugin-webpack with serverless-plugin-optimize?

Hello,

I am using Serverless for my Node.js AWS Lambda function.

I am trying to reduce the size of my function package and I have been using serverless-plugin-optimize already. I came across serverless-plugin-webpack and was wondering if I could use both libraries at the same time to make my packages even smaller.

So, does serverless-plugin-optimize work with serverless-plugin-webpack?

Thank you!