Create React App V2 - Multiple entry points
问题 I'm trying to build a React app with 2 entry points, one for the App and one for the Admin panel. I'm starting with Create React App V2 and following this gitHub issue thread https://github.com/facebook/create-react-app/issues/1084 and this tutorial http://imshuai.com/create-react-app-multiple-entry-points/. I'm trying to port the instructions for adding multiple entry points from CRA V1 to work in V2 but I think I am missing something. After ejecting CRA, these are the paths I've changed