Hi,
While completing the ReactJS MVA course, I noticed that Webpack was failing to launch in the 05_ES6/Code/fork-es6 directory. It turns out that in this directory's Webpack Configuration File, the wrong JS entry point is listed on line 6. Instead of './app.js', the entry point should be './routes.js'. I have attached an image which displays the error. The correct code is highlighted.

Thank you,
Robert
Hi,
While completing the ReactJS MVA course, I noticed that Webpack was failing to launch in the 05_ES6/Code/fork-es6 directory. It turns out that in this directory's Webpack Configuration File, the wrong JS entry point is listed on line 6. Instead of './app.js', the entry point should be './routes.js'. I have attached an image which displays the error. The correct code is highlighted.
Thank you,
Robert