Skip to content

Commit

Permalink
perf(use-production-build) (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthager authored Nov 30, 2023
1 parent 23b4c07 commit 5a623c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@
<goals>
<goal>webpack</goal>
</goals>
<configuration>
<arguments>build --mode=production</arguments>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 5a623c2

Please sign in to comment.