mrsum / webpack-svgstore-plugin

Simple svg-sprite creating with webpack
https://www.npmjs.com/package/webpack-svgstore-plugin
200 stars 90 forks source link

fixes callback not called when dom was already ready #163

Closed melloc01 closed 6 years ago

melloc01 commented 6 years ago

Fixes #162

The call back wasn't fired if the document was already loaded, better explained and implementation reference: https://www.sitepoint.com/jquery-document-ready-plain-javascript/

melloc01 commented 6 years ago

I moved the DOM helper to svgxhr because it won't be used anywhere else, so it doesn't make sense to be on utils