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>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.