Matt Drouhard

Results 3 comments of Matt Drouhard

The minification of those ids happens with svgo's `cleanupIDs` plugin. You can disable it like this in your `ember-cli-build.js` config: ``` svgJar: { optimizer: { plugins: [ { cleanupIDs: false...

I'm hitting the same issue. I'm using `ember-cli-rails` as well.

Still an issue with @opentok/client version 2.15.10