gatsby-plugin-hide-undefined-elements

0.0.1 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i gatsby-plugin-hide-undefined-elements

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    1.59 kB

    Total Files

    4

    Last publish

    Collaborators

    • tenphi