Cannot Resolve SCSS file when CMD + Click inside JSX
When I import an scss file into my JSX, I cannot click through to the file unless it has a .scss extension.
For instance: import './MyStyles' won't work, but import './MyStyles.scss' will.
I have webstorm hooked into webpack, and relative imports work great, but I can't seem to click-through to the scss file.
Please sign in to leave a comment.
Pleaswe vote for https://youtrack.jetbrains.com/issue/WEB-32871 to be notified on any progress with it