How does one go about disabling minifcation?
I am using this as part of a serverless testing project at my company. I would like to ability to at least view the resulting js code in the Lambda console. Right now it is very obfuscated (aka minified).
I have tried various serverless.yml options, none have worked..
If this feature doesn't exist, something like the following would be nice.
How does one go about disabling minifcation? I am using this as part of a serverless testing project at my company. I would like to ability to at least view the resulting js code in the Lambda console. Right now it is very obfuscated (aka minified).
I have tried various serverless.yml options, none have worked..
If this feature doesn't exist, something like the following would be nice.
or