I\'m trying to package my vue cli app to package src/static/xyz.png such that I can reference it as /static/xyz.png - how do I do that?
src/static/xyz.png
/static/xyz.png
The