Skip to content

Use babel-loader with vue-svg-loader

Hannes Heine requested to merge pr2430head into pr2430base

Created by: Tirokk

alina-beck 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

Merge request reports