Easy modular Lodash builds. Adds the Lodash webpack & Babel plugins to your Gatsby build
npm install gatsby-plugin-lodashAdds the Lodash webpack & Babel plugins for easy modular, small Lodash builds.
npm install gatsby-plugin-lodash lodash
Add the plugin to your gatsby-config.js.
``javascriptgatsby-plugin-lodash
plugins: []`
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:
`javascriptgatsby-plugin-lodash
plugins: [
{
resolve: ,shorthands
options: {
disabledFeatures: [, cloning],``
},
},
]