ShepherdNg
ShepherdNg
 Also need to use newer version of babel-loader The following works for me `npm install babel-loader@7`
The following extra steps & amendments work for me:  `npm install webpack-cli` Refer to this issue https://github.com/kdchang/reactjs101/issues/101#issue-338796831 In module of webpack.config.js , change loaders as rules:...