1.0.1 • Published 4 years ago

gatsby-optional-chaining v1.0.1

Weekly downloads
888
License
ISC
Repository
github
Last release
4 years ago

Version Downloads Total

gatsby-optional-chaining

Provide the optional-chaining babel plugin in gatsby, just install and put in gatsby-config.

Install

$ npm i gatsby-optional-chaining

or

$ yarn add gatsby-optional-chaining

How to use

Add the plugin to your gatsby-config.js.

module.exports = {
  plugins: [
    `gatsby-optional-chaining`,
  ]
}