Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Fixed conflicting svg ids
Browse files Browse the repository at this point in the history
no issue

- enables `prefixIds` svgo option to guarantee all `id` attributes are unique across svgs
- disabled `cleanupIds` option so that it doesn't interfere with id uniqueness
- fixes instagram icon background not showing
  • Loading branch information
kevinansfield committed Aug 28, 2019
1 parent 9498681 commit bb84f62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ module.exports = function (defaults) {
],
optimizer: {
plugins: [
{prefixIds: true},
{cleanupIds: false},
{removeDimensions: true},
{removeTitle: true},
{removeXMLNS: true},
Expand Down

0 comments on commit bb84f62

Please sign in to comment.