🛠️ Refactor: use vue-svg-loader for all SVG icons #84
Labels
Domain: Dev Experience
This issue pertains to a developer's emotions and attitudes when building Grey Software.
Role: Software Engineer
Uses technology to design, develop, test, and maintain creative software solutions.
Motivation 🏁
vue-svg-loader
is currently being introduced in PR #83. It treats all SVG files as Vue components, and callssvgo
in the build step to optimize all SVGs, greatly improving load times. This means cleaner code (no more disgusting 10-line long SVGs in the middle of Vue components) and faster load times for the end-user.Describe your refactoring solution 🛠️
vue-svg-loader
in all component filesThe text was updated successfully, but these errors were encountered: