Skip to content
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

fix: ensure logo image is generated #50

Merged
merged 2 commits into from
Jul 2, 2024
Merged

Conversation

andre8244
Copy link
Contributor

By default vue-cli-service does not generate images smaller than 4KB but replaces them with inline base64. This change ensures that image files (like module logo) are always generated, regardless of their size.

See:

andre8244 added 2 commits July 2, 2024 11:50
By default vue-cli-service does not generate images smaller than 4KB but
replaces them with inline base64. This change ensures that image files
are always generated, regardless of their size.
@andre8244 andre8244 requested review from Tbaile and edospadoni and removed request for Tbaile July 2, 2024 09:52
@DavidePrincipi DavidePrincipi merged commit 770f574 into main Jul 2, 2024
1 check passed
@DavidePrincipi DavidePrincipi deleted the fix-logo-generation branch July 2, 2024 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants