Feature #29695
Configure webpack to serve svg files
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
JavaScript stack
Target version:
-
Pull request:
Fixed in Releases:
Found in Releases:
Description
Our webpack config contains a rule that covers png and gif files, it would be good to add svg as well.
Associated revisions
History
#1
Updated by Ondřej Pražák over 2 years ago
- Status changed from New to Assigned
#2
Updated by The Foreman Bot over 2 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7633 added
#3
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases 2.1.0 added
#4
Updated by Anonymous over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 8a80ef08302b948b7ba07648ca5c8a0b0741fae8.
Fixes #29695 - Add svg file support
Fixes #29695 - Add svg file support
Adding svg file support to webpack.config file, so we can use svg image
files on react components.
Signed-off-by: Fellipe Henrique <fpedrosa@redhat.com>