danielstgt / laravel-mix-svg-vue

A Laravel Mix extension to inline SVG files with Vue.js and automatically optimize them with SVGO
MIT License
38 stars 9 forks source link

Laravel Mix 6 + Vue 3 Support #4

Closed mrmonat closed 3 years ago

mrmonat commented 3 years ago

Hello,

do you plan to support Laravel Mix 6 (with Webpack 5) and Vue 3 in the near future?

danielstgt commented 3 years ago

Absolutely, as soon as Laravel Mix 6 leaves the beta phase and Vue 3 gets merged from the vue-next repository. Although Vue 3 support might be coming earlier.

dacoto97 commented 3 years ago

https://github.com/JeffreyWay/laravel-mix/releases/tag/v6.0.0

danielstgt commented 3 years ago

Laravel Mix v6 is supported in v0.2.7 and Vue 3 in v0.3.0.

To install the latest version, run:

npm install laravel-mix-svg-vue

Or if you prefer yarn:

yarn add laravel-mix-svg-vue
dacoto97 commented 3 years ago

thank you so much, good job!