Closed suits-at closed 4 years ago
Actually babel does not transpile modern mode at all at the moment. This could also lead to others issues than the current one regarding the rest operator in MS Edge.
voting for this, pinging @sam3d :+1:
Thanks for the PR!
Thanks for merging the PR @sam3d. But unfortunately I can't find the code inside the master branch. Also in the history it seems to be missing. Is it possible it got lost somehow?
Due to MS Edge uses modern build, but does not properly work with the rest operator used in the svg-to-vue package, the current version of this package does not work in MS Edge out of the box. By applying bable-loader on modern builds too, this issue could be solved. This would also fix https://github.com/nuxt-community/svg-module/issues/11.