React中process is not defined 错误

一、报错描述

项目中使用iframe,在更新代码后页面报process is not defined,整个页面点不了,原因是页面在iframe便签加了z-index,如下图:

React中process is not defined 错误_第1张图片React中process is not defined 错误_第2张图片

二、解决方法

1.尝试了多种方法,如下图,这个方法可能有用,但是我不是通过这个解决的。
React中process is not defined 错误_第3张图片

2.最终解决方法:
将webpack.config.js中的这行代码注释掉,这行代码是css的热加载,因此在更新js时,识别不了process,报了上述的错误。
React中process is not defined 错误_第4张图片

你可能感兴趣的:(前端,js,npm,排序算法,react)