What is the purpose of _ _ webpack_require__.i?

// identity function for calling harmony imports with the correct context
__webpack_require__.i = function(value) { return value; };
After

webpack is packaged, there will be a function, what is the function of this function? The comments are not understood

Feb.28,2021
Menu