Path aliases for imports in WebStorm
Yes, there is. In fact, Webstorm can’t automatically parse and apply Webpack config, but you can set up aliases the same way. You just have to mark the parent folder of “utils” (in your example) as a resource root (right-click, mark directory as / resource root). We just managed to do with the following structure … Read more