Make Vue compiler in @snowpack/plugin-vue configurable#3854
Make Vue compiler in @snowpack/plugin-vue configurable#3854sebastiandittrich wants to merge 3 commits intoFredKSchott:mainfrom
@snowpack/plugin-vue configurable#3854Conversation
|
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/pikapkg/snowpack/GYvuVazZrVLzBF1jQVmpsvbLjhfV |
Changes
This PR adds the possibility to configure the vue compiler in
@snowpack/plugin-vue.Before:
After:
Testing
This change was tested locally in my existing setup. It worked, and should not be breaking anything else, since it's just one line of code added, without side effects.
Docs
plugins/plugin-vue/README.mdwas updated accordingly.