bower init – difference between amd, es6, globals and node

I am creating my first Bower component. After running bower init the script asks me ‘what types of modules does this package expose?’ with these options:

  • amd
  • es6
  • globals
  • node

what is the difference between these options?

3 Answers
3

Leave a Comment