Tagged in

JavaScript

James Hill
James Hill
software, design & stuff
More information
Followers
21
Elsewhere
More, on Medium

Debugging Mocha in the Browser with Node and full SourceMaps!

TL;DR

As of Node v6.3.0, we can now debug Node applications in Chrome DevTools. BUT, as I’ll elaborate on later, you’re going to need Node v7.2.1 if you want full SourceMap support to boot.


Locking Down Node/NPM Versions Using Engines

Although NodeJS and it’s proprietary package manager, NPM, have come on a lot in recent times, versioning can still be a mine-field, when setup projects on different systems and environments.


Enabling Babel ES7 Features in SystemJS/JSPM

Enabling ES7 support in SystemJS, is a pretty trivial thing to do, but took me a while to figure out how.

I’ll cut to the chase and show you how: