Compilation Issue with a React Login Screen
问题 I've been trying to compile the front end of this guide (git repository here) to get my head round JSX and React. I want to eventually use the code to produce a login screen for a Cordova app. When trying to compile with webpack , for which I have the following package.json file setup: { "name": "frontend", "version": "0.1.0", "private": true, "devDependencies": { "babel-core": "^6.25.0", "babel-loader": "^7.1.1", "babel-preset-es2015": "^6.24.1", "html-webpack-plugin": "^2.30.1", "lodash": "