index.js files are not resolved in imports Permanently deleted user Created April 03, 2017 21:31 I would also be useful if import actions from './actions' would actually resolve index.js file if it exists. This kind of project layout seems to be quite common.
Doesn't it? 'Directory' imports are correctly resolved to me
It doesn't work in Intellij Idea. Any ideas why?
Make sure that up-to-date NodeJS plugin is installed and enabled in Preferences | Plugins
Wow thanks, that did the trick!