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?
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:
what is the difference between these options?