How to fix your node dependencies’ es6 causing browser errors
How to fix your node dependencies’ es6 causing browser errors If you’re doing anything with modern JavaScript this day and age you’re probably using es6 and using babel to transpile it back to es5, which works with most browsers. This works fine for the code you write, but what about continue reading…