解决webstorm打开项目后卡顿问题

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/GreyBearChao/article/details/79806070

第一步:

File -> Settings -> Build,Execution,Deployment ->Deployment -> Options

在Exclude items by name中添加:node_modules
这里写图片描述

第二步:

File -> Settings -> Directories

选中自己项目的node_modules,点击Excluded

第三步:

把自己项目前的√去掉
这里写图片描述

猜你喜欢

转载自blog.csdn.net/GreyBearChao/article/details/79806070
今日推荐