How I can get name after webpack transform in vue 3?
I try to create dynamic path in computed method
let iconPath = computed(() => { return `~@/assets/icons/${props.iconName}.svg#${props.iconName}`; });