Skip to content

Instantly share code, notes, and snippets.

@u007
Last active October 12, 2017 04:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save u007/28f79c221b513fd5945598b0514853fe to your computer and use it in GitHub Desktop.
Save u007/28f79c221b513fd5945598b0514853fe to your computer and use it in GitHub Desktop.
underscore, moment, jquery in webpack
//underscore
global._ = require('underscore')
//jquery
window.$ = window.jQuery = require("jquery")
//moment
window.moment = require('moment')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment