Improved URL encoding
Compare changes
+ 12
− 1
@@ -73,7 +73,7 @@ module.exports = function (_options) {
@@ -90,5 +90,16 @@ module.exports = function (_options) {
I've borrowed svg-url-loader encoding function to achieve an optimized URL encoding.
The diffreneces can be seen in this blog post.