javascript-development-environment
javascript-development-environment copied to clipboard
JavaScript development environment discussed in "Building a JavaScript Development Environment" on Pluralsight
really appreciate your efforts and the information given within course. love it. i followed course and wanted to use it in my react app whereas I used all `latest` perhaps...
There are two known issues in Internet Explorer (IE): 1. IE [lacks native Promise support](https://caniuse.com/#search=promise), so you need to add a promise polyfill to get the demo to work in...
I'm following along with the `Building a JavaScript Development Environment` Pluralsight course, Linting chapter - Demo video. I just modified package.json and added .eslintrc.json Running `npm run lint` produces an...
Really enjoyed the course - however I'm having serious difficulties upgrading the starter kit to use Webpack 2.2. I've read through the [migration](https://webpack.js.org/guides/migrating/) and tried tweaking the babel configuration, but...