Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle webpack .svg assets in line with .pngs
govuk-frontend 5.7 replaces the existing 'govuk-crest.png' file with 'govuk-crest.svg'. This causes the build to fail due to the way webpack handles .svg files. This commit fixes this by bringing handling of .svg files in line with the approach currently used for .pngs.
- Loading branch information