atom-vue-hyperclick
atom-vue-hyperclick copied to clipboard
support @/components/...
With a project set up by vue-cli / webpack, you can use
import MyComponent form '@/components/MyComponent.vue'
This is not supported by vue-hyperclick. Could you add that?
This is an issue with webpack, and there are already a issues created in js-hyperclick
- https://github.com/AsaAyers/js-hyperclick/issues/58
The owner decided to not support this on purpose, then later added the support for "Custom Resolvers". Check the issue for more details.