JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 50
  • Score
    100M100P100Q54324F
  • License MIT

Gatsby plugin for ignoring files and directories on build.

Package Exports

  • gatsby-plugin-archives

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gatsby-plugin-archives) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

gatsby-plugin-archives

Gatsby plugin for ignoring files and directories on build.

Installing

npm install --save gatsby-plugin-archives

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-archives`,
    options: {
        // Files and directories to exclude. Default: ["archive/"]
        exclude: ["archive/"],
        // Make excludes case sensitive. Default: false
        caseSensitive: false
    },
  },
]

Authors

  • Austin Gordon - Development - GitHub

License

This project is licensed under the MIT License - see the LICENSE file for details