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>
AI-powered meeting notes keep work moving even if you’re out of the office. Enjoy your well-deserved time off and return refreshed, confident you’ll catch up in no time.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.