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.

0
1 comment

Pleaswe vote for https://youtrack.jetbrains.com/issue/WEB-32871 to be notified on any progress with it

0

Please sign in to leave a comment.