es6-tutorial
es6-tutorial copied to clipboard
ECMAScript 6 Tutorial
Following the tutorial @ http://ccoenraets.github.io/es6-tutorial/setup-webpack/, I'm getting an error when trying to run webpack. ValidationError: config-loader Options Validation Error options.module should match some schema in anyOf options.module['loaders'] is an invalid...
When I try to upload the project to GitHub Pages, I get a 404 error when loading the index file, followed by an email from GitHub: > The page build...
In the lesson using modules I get the error : 'import declarations may only appear at top level of module'. If I add the type = "module" to the script...
This commit incorporates the following fixes: 1. Rename webpack config entry from app to main This fix renames the entry 'app' back to 'main' in webpack.config.js. In webpack.config.js, the entries...
This update is just meant to include more folders which are either generated with every build or are part of npm rather than the project itself. So they should not...
es6 tutorial
This is not an issue with the repository itself, but with the copy & paste code in the tutorial. In the [Using Classes](http://ccoenraets.github.io/es6-tutorial/classes/) section in step ```4. Modify the calcBtn...
Hey, I was following your tutorial and on step 3 about object destructuring, I kept getting an unexpected token error from the line `let {monthlyPayment, monthlyRate} = calculateMonthlyPayment(principal, years, rate);`...