Fatigue.js fixes your confusing nest of build tools, boilerplate, linters, & time-sinks. Inspired by https://medium.com/@ericclemmons/javascript-fatigue-48d4011b6fc4
Install Fatigue.js with npm or jspm:
npm install fatiguejs
jspm install npm:fatiguejs
Simply add the following code to the main entry point of your app:
import fixMe from 'fatiguejs';
fixMe();Fatigue.js is conveniently a sofe service:
System.import('fatiguejs!sofe').then(fatigue => fatigue.default());