Results 2 issues of Ben.Xia

I found in `helper.js`, we open the file to get the `fileDescriptor` using `fs.openSync(filePath, 'r')`. But do we need to close it when the server is closed? the code in...

I have checked the source code at Line 220 in LoadFileChunkLoadingRuntimeModule.js ``` require("../hmr/JavascriptHotModuleReplacement.runtime.js") ``` But I cannot find the required file in this relative path. Do we miss it? thank...