Awesome
lodash-amd v3.10.2
The compatibility & modern builds of lodash exported as AMD modules.
Discontinued
This package has been discontinued in favor of lodash@amd.
Installation
Defining a build as 'lodash'
.
require({
'packages': [
{ 'name': 'lodash', 'location': 'lodash-amd/modern' }
]
}, ['lodash/array/chunk'], function(chunk) {
// use `chunk`
});
See the package source for more details.