tleunen / babel-plugin-module-resolver

Custom module resolver plugin for Babel
MIT License
3.45k stars 205 forks source link

update readme to include Intellij / Webstorm workaround for resolving aliases #410

Closed lolcube closed 3 years ago

lolcube commented 3 years ago

After almost an hour of searching I finally found a workaround for custom aliases in Webstorm: Adding a webpack config file to intellij / Webstorm will enable correct highlighting. I'd like this to be documented in the README.md so other people don't have to waste their time.