Use babel-loader with vue-svg-loader
Created by: Tirokk
Authored by alina-beck Merged
🍰 Pullrequest
(Some of?) our browser issues in Edge and IE are caused by object spread operators, being left in the minified code after transpiling svgs
. I could only confirm this for the styleguide
but since using babel-loader
alongside vue-svg-loader
is recommended in the official docs it sure can't hurt.
Issues
- relates (and maybe solves) #2287
Todo
-
merge the related PR, then release and upgrade the styleguide