.jar code different from source code?

Hi, I installed my plugin app into a server, by uploading the jar file, to test. An error occurred while testing and when I inspected the javascript code, the code for the jar file is different from the source code. I executed atlas-package before installing. Why is this so?

Source code:

.jar file code:
image

Hi, I think when you use atlas-package it automatically runs a minifier on your JS. There may be a command-line option to skip this step, but I’m not sure.