You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Many projects use Vue.js as their front end framework, so I believe it's necessary to add support for Vue projects.
Describe the solution you'd like
The solution might be to extract the <script> part of an SFC(single file component) whose file name ends up with .vue and then treat it like any other js/ts files.
Describe alternatives you've considered
Vue-loader might be an alternative solution.
Additional context
Thanks.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Many projects use Vue.js as their front end framework, so I believe it's necessary to add support for Vue projects.
Describe the solution you'd like
The solution might be to extract the <script> part of an SFC(single file component) whose file name ends up with .vue and then treat it like any other js/ts files.
Describe alternatives you've considered
Vue-loader might be an alternative solution.
Additional context
Thanks.
The text was updated successfully, but these errors were encountered: