Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
/ lodash-amd Public archive

Lodash module bundles for AMD.

License

Notifications You must be signed in to change notification settings

lodash-archive/lodash-amd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.