DEV Community

Discussion on: Webpack Aliases Keep My Code Sane

Collapse
 
bitttttten profile image
bitten • Edited

Hi! Just to let you know, if you move a file around in vscode it'll ask to update all the relative imports for you! After finding this out I have been using relative imports since it also makes other tools simpler :)

Collapse
 
mmcshinsky profile image
Michael McShinsky • Edited

That's one of my favorite features that they introduced. I love accepting the prompt with components that are localized to each other with shallow references. Thanks for mentioning that!