how you prevent `serverless` to upload dev depende...
# prisma-whats-new
j
how you prevent
serverless
to upload dev dependencies in the zip?
n
@jaga_santagostino I am not too familiar with
serverless
, but looks like
serverless deploy
is the correct command here. I can't find any information for dependencies in the zip though. Why is this a problem for you?
j
nothing strictly related to graphcool. just noticed that
serverless deploy
upload the whole
node_module
in the zip including dev-dependencies, since i was using your serverless plugin for typescript i wonder if someone here have an opinion on that
n
Maybe @schickling has an idea šŸ™‚
šŸ‘ 1
s
Have you tried to use the
exclude
option in the package config? I think this is probably rather a question for serverless. I’d also be very interested in the answer. Do you mind asking it on Stackoverflow?