Scoped npm packages (paths starting with @ character)
dy-dx opened this issue · 2 comments
dy-dx commented
SublimeHyperClick doesn't seem to work for scoped packages, for example:
import { storiesOf, action } from '@kadira/storybook';
import { withKnobs, boolean, text } from '@kadira/storybook-addon-knobs';
dy-dx commented
Wow that was fast. Thank you!
dgirgenti commented
I'm confused -- this isn't working for me. My codebase recently added aliases and now HyperClick no longer works
For example, we have a @core
alias that maps to <project root>/src/sdk/features/core