oliverfindl / vue-svg-inline-plugin

Vue plugin for inline replacement of SVG images with actual content of SVG files.
MIT License
33 stars 3 forks source link

Usage configuration #6

Closed wng97 closed 3 years ago

wng97 commented 3 years ago

@oliverfindl Hi Oliver, may I know where should I place the Webpack configuration in, if i am building a vue2 with quasar project? should I create a new boot file and name it as any name?

oliverfindl commented 3 years ago

Hello,

unfortunately, I'm not familiar with Quasar. Don't know if you made mistake about submitting issue to different repo, but this plugin doesn't require any interaction with Webpack. If you had in mind plugin configuration instead of Webpack configuration, that should be placed before Vue mounting to DOM. As for Quasar, I didn't test it, but from brief look at it, it should be similar to as vue-i18n example from boot files (whatever they are...).

For more questions, please submit new issue to Quasar repo, as they created their own abstractions, that I'm not aware of.

Thanks.

oliverfindl commented 3 years ago

Closing this issue.