Excluded package patterns / zip file size too large #1172
-
|
Hi, I run: and then: I then run
I can see that in the config file it shows: For some reason my zip file builds with Am I doing something wrong? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
This is weird, the You can try debugging/experimenting by running I would try removing and re-adding lines in |
Beta Was this translation helpful? Give feedback.
This is weird, the
'!vendor/**'line should exclude the vendor directory 🤔You can try debugging/experimenting by running
serverless package. Then in the.serverless/directory you will find the zip file, you can check out its content without deploying.I would try removing and re-adding lines in
package.patternsone by one to see what gois wrong?