gatsby-plugin-utils

v4.13.1
Gatsby utils that help creating plugins
gatsby

build

babel src --out-dir dist/ --ignore "**/__tests__" --extensions ".ts,.js"

watch

babel -w src --out-dir dist/ --ignore "**/__tests__" --extensions ".ts,.js"

prepare

cross-env NODE_ENV=production npm run build && npm run typegen

typegen

rimraf --glob "dist/**/*.d.ts" && tsc --emitDeclarationOnly --declaration --declarationDir dist/
npm i gatsby-plugin-utils

Metadata

  • MIT
  • >=18.0.0
  • Max Stoiber
  • released 1/23/2024

Downloads