🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

gatsby-plugin-lodash

Package Overview
Dependencies
Maintainers
4
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-lodash

Easy modular Lodash builds. Adds the Lodash webpack & Babel plugins to your Gatsby build

3.0.1-rc.1
Source
npm
Version published
Weekly downloads
5.4K
8.71%
Maintainers
4
Weekly downloads
 
Created
Source

gatsby-plugin-lodash

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

Install

npm install --save 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`],
    },
  },
]

Keywords

gatsby

FAQs

Package last updated on 29 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts