You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
bundle:
minify: false
or
bundle:
minifyOptions:
- minify: false
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: