Not sure why, but this is what I hit when I tried this example:
ERROR in ./src/client/scripts/client.js
Module parse failed: C:\source\react-way-getting-started\src\client\scripts\client.js Line 1: Unexpected token
You may need an appropriate loader to handle this file type.
| import Debug from 'debug';
| import App from '../../app';
Not sure why, but this is what I hit when I tried this example:
ERROR in ./src/client/scripts/client.js
Module parse failed: C:\source\react-way-getting-started\src\client\scripts\client.js Line 1: Unexpected token
You may need an appropriate loader to handle this file type.
| import Debug from 'debug';
| import App from '../../app';