How to set keepOutputDirectory to true when using serverless-bundle plugin

192 views Asked by At

serverless-bundle plugin does not seem to have an option to override keepOutputDirectory:true. By default it gets removed on sls deploy command.

How can we keep .webpack folder with .js and jsmap files after deployment as we need it to be able to debug remotely using thundra.

and as specified here: https://apm.docs.thundra.io/node.js/online-debugging it asks for the path where js and js and jsmap files are in case using typescript

0

There are 0 answers