Skip to content

Instantly share code, notes, and snippets.

@tulios
Created January 27, 2016 16:46
Show Gist options
  • Save tulios/2a5a47532d288d062e0e to your computer and use it in GitHub Desktop.
Save tulios/2a5a47532d288d062e0e to your computer and use it in GitHub Desktop.
// jquery.js
import jQuery from 'jquery/dist/jquery.min'
window.jQuery = jQuery
// ember.js
import './jquery'
import 'components-ember/ember.min'
export default window.Ember
// webpack alias
{
resolve: {
alias: {
ember: path.join(__dirname, './ember')
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment