img-svg-inline-loader
Advanced tools
Comparing version 1.3.1 to 1.3.2
/** | ||
* img-svg-inline-loader v1.3.1 (2018-02-12) | ||
* img-svg-inline-loader v1.3.2 (2018-02-14) | ||
* Copyright 2018 Oliver Findl | ||
@@ -78,3 +78,3 @@ * @license MIT | ||
let keys = attributes.map(attribute => attribute.key); | ||
let keys = attributes.map(attribute => attribute.key.toLowerCase()); | ||
if(keys.indexOf("role") === -1) { | ||
@@ -81,0 +81,0 @@ attributes.push({ |
{ | ||
"name": "img-svg-inline-loader", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Webpack loader used for inline replacement of SVG reference in src attribute of img tags with actual content of SVG file.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
12590