shrpne / vue-inline-svg

Dynamically loads an SVG source and inline <svg> element so you can manipulate the style of it
MIT License
177 stars 22 forks source link

Add `browser` field to package.json #15

Closed ilyasmez closed 4 years ago

ilyasmez commented 4 years ago

Fixes #14

With this, the bundler should be able to pick the right file when building for the web. This way you don't have to ask babel loader/plugin to transpile this dependency.

shrpne commented 4 years ago

Thank you!

shrpne commented 4 years ago

Published under v1.3.1