serverless-side-rendering-vue-nuxt icon indicating copy to clipboard operation
serverless-side-rendering-vue-nuxt copied to clipboard

Unzipped size must be smaller than 262144000 bytes

Open Brandonza opened this issue 5 years ago • 0 comments

Has anyone else run into this problem?

An error occurred: NuxtLambdaFunction - Unzipped size must be smaller than 262144000 bytes

I have tried the following to reduce the size:

package: exclude: - node_modules/** individually: true

Brandonza avatar Oct 06 '20 06:10 Brandonza