Skip to content

Commit

Permalink
fix:keep browserslist angular
Browse files Browse the repository at this point in the history
  • Loading branch information
torsten-simon committed Dec 2, 2024
1 parent 8f0ef84 commit 83961b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Frontend/sources.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<fileSet>
<directory></directory>
<outputDirectory></outputDirectory>
<!-- which files shall be bundled into the jar (add all relevant for frontend build to be reused in the customer project -->
<includes>
<include>projects/**</include>
<include>src/**</include>
Expand All @@ -20,6 +21,7 @@
<include>.angular/**</include>
<include>node_modules/**</include>
<include>dist/**</include>
<include>.browserslistrc</include>
<include>*.ts</include>
<include>*.js</include>
<include>*.json</include>
Expand Down

0 comments on commit 83961b5

Please sign in to comment.