webstrom absolute path to quickly locate the relevant components

在使用webpack构建项目的时候,配置一些绝对路径之后,想快速导航到目的文件的时候,比较麻烦,比如import Util from 'util'而这个util是webpack中设置好了,这时, 我们还需要看webpack的一些相关配置才行。下面就是解决这个问题的

file => settings => languages & feameworks => javascript => webpack => xx/xx/xx/webpack.base.conf.js

Guess you like

Origin blog.csdn.net/luchuanqi67/article/details/91284951