mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 09:25:50 +03:00
[GH-ISSUE #731] Trimming the country files using $include does not work #380
Labels
No labels
3rd-party
3rd-party
bug
code
documentation
enhancement
fixed-in-master
flag-request
help needed
missing-flag
missing-flag
pull-request
wrong-flag
wrong-flag
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flag-icons#380
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @WalterEbbers on GitHub (Jul 1, 2020).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/731
When using $include to only have the flags we want, all svg are still being copied to the dist folder:
the app i'm building is a asp.net core 3.1 aurelia webpack application.
Is this a fault within the include? or do i also need to change something within webpack?
dist folder with to many svg's:

@lipis commented on GitHub (Nov 6, 2020):
not sure what to do here my friend..
@EdgarKisman commented on GitHub (Apr 14, 2022):
@WalterEbbers you missed quotation marks
e.g. $include: 'nl', 'fr', 'de', 'en';
@WalterEbbers commented on GitHub (Apr 14, 2022):
Ty for the reply. I honestly forgot about opening this issue :) I have moved over to other projects and the project we used this for was discontinued. But if i ever need this again i will have a look at the provided solution!
Thnx again!