gatsby-plugin-lodash

6.13.1 • Public • Published

gatsby-plugin-lodash

Adds the Lodash webpack & Babel plugins for easy modular, small Lodash builds.

Install

npm install gatsby-plugin-lodash lodash

How to use

Add the plugin to your gatsby-config.js.

plugins: [`gatsby-plugin-lodash`]

By default this plugin enables all feature sets. If you know you don't need some of them, you can remove support for features sets by setting a disabledFeatures option like the following:

plugins: [
  {
    resolve: `gatsby-plugin-lodash`,
    options: {
      disabledFeatures: [`shorthands`, `cloning`],
    },
  },
]

Readme

Keywords

Package Sidebar

Install

npm i gatsby-plugin-lodash

Weekly Downloads

4,856

Version

6.13.1

License

MIT

Unpacked Size

33.9 kB

Total Files

7

Last publish

Collaborators

  • kathmbeck
  • pieh
  • tylerbarnes
  • fk
  • daniellewgatsby
  • kylemathews
  • freiksenet
  • dschau
  • monastic.panic
  • wardpeet
  • m-allanson
  • sidharthachatterjee
  • moocar