Skip to content

Commit

Permalink
fix #2855 Exclude .map files from build output
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Oct 26, 2024
1 parent 5b5fd16 commit 70ef1c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
<directory>${project.build.directory}/${project.build.finalName}-compress</directory>
</resource>
</webResources>
<packagingExcludes>**/*.min.map,**/*.min.css.map,**/*.min.js.map</packagingExcludes>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 70ef1c5

Please sign in to comment.