Skip to content

Instantly share code, notes, and snippets.

@yyolk
Created July 30, 2017 19:57
Show Gist options
  • Select an option

  • Save yyolk/a5872bbbeed54285449b98ca2676c9a7 to your computer and use it in GitHub Desktop.

Select an option

Save yyolk/a5872bbbeed54285449b98ca2676c9a7 to your computer and use it in GitHub Desktop.
dont pollute the namespace - just loads 'moment'
const moment = (function() {
const Moment = require('moment-timezone');
const MomentRange = require('moment-range');
return MomentRange.extendMoment(Moment);
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment