Hello everyone,
I'm developing a bitbucket server plugin and I want to use some React Components which are already compiled and minimized. So I just added <compressResources>false</compressResources> to pom.xml but when I access to that js file bitbucket returns an empty file with a comment line which contains sourcemap file address.
How can I achieve this problem?
I found a solution.
This parameter solved my problem.
<skipMinifiedJs>true</skipMinifiedJs>
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.