0.0.1 • Published 4 years ago

gatsby-plugin-hide-undefined-elements v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

gatsby-plugin-hide-undefined-elements

A Gatsby plugin to hide undefined (not-yet-defined) Web Components and Custom Elements.

Install

Install this module via npm:

npm install gatsby-plugin-hide-undefined-elements

How to use

There are no options for the plugin. Just add gatsby-plugin-hide-undefined-elements to the plugins section of the gatsby-config.js:

// gatsby-config.js

module.exports = {
  plugins: [`gatsby-plugin-hide-undefined-elements`],
};

See more

Sponsors

0.0.1

4 years ago