-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regenerate on file save when using npm run serve #1
Comments
Greetings! I have stumbled upon this a couple of times but I had decided to include the whole fontawesome library when debugging to save time, but I will definitely have a look into this because the script changes the file while vue serve mode keeps watching file changes so it becomes a loop. |
Closed
@M1CK431 Thank you!! |
GTANAdam
added a commit
that referenced
this issue
Jul 31, 2021
- Add primary compatibility with default vue-fontawesome syntax - Fix watch mode, npm run serve #1 - Allow parsing from .js files
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you very much for creating this useful plugin!
Works flawlessly in my Vue 3 project.
Q:
How can I modify the vue config file to run autogen on file save when in serve mode?
I tried changing the param
['run']
to['watchRun']
and to['beforeCompile']
and it just went into an Infinite rebuild loop.The text was updated successfully, but these errors were encountered: