classroom-coding icon indicating copy to clipboard operation
classroom-coding copied to clipboard

Video series code

Results 4 classroom-coding issues
Sort by recently updated
recently updated
newest added

Updated webpack-config.js to run under webpack-2. Some changes may not be necessary, to wit, ` regexps from /\.jsx?$/ to /\.js[x]?$/`. Have package.json that accompanies this change.

Any hint why this happens? ``` ERROR in ./src/frontend/js/main.js Module not found: Error: Cannot resolve module 'react/lib/ReactMount' in /Users/dmitrizaitsev/Repos/classroom-coding/src/frontend/js @ ./src/frontend/js/main.js 1:320-351 ERROR in ./src/frontend/js/app.jsx Module not found: Error: Cannot...

- Allow `npm run server` without a global babel-cli – fixes #1 - Fix the 404-s on build.js & vendors.js - Move `` into `` to be more HTML-spec-compliant and...

I get the following message when entering "npm run server" into the terminal. Thoughts? - message in terminal: sh: babel-node: command not found ... - message in npm debug: 0...