Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to disable minification? #329

Open
mox1 opened this issue Sep 19, 2022 · 1 comment
Open

How to disable minification? #329

mox1 opened this issue Sep 19, 2022 · 1 comment

Comments

@mox1
Copy link

mox1 commented Sep 19, 2022

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
@JacobSiegle
Copy link

Duplicate I believe - #311

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants