我的React应用使用Webpack的resolve.root相对于我的JS文件的根目录。IE。我的文件结构包含以下内容:componentsApp.react.jscontainersAppContainer.react.js在AppContainer.react.js中,我有:importAppfrom'components/App.react';这在客户端有效。现在我试图让它同构。如果我在我的server.js中需要AppContainer.react.js,它会说找不到components/App.react。Node正在尝试要求containers/components/Ap