The compatibility & modern builds of lodash exported as AMD modules.
This package has been discontinued in favor of lodash@amd.
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.