{"library":"gatsby-plugin-no-javascript-utils","type":"library","category":null,"description":"gatsby-plugin-no-javascript-utils is a Gatsby plugin designed to assist in generating purely static sites with minimal to no client-side JavaScript. It currently ships as version 0.13.2, which supports Gatsby versions 2 through 5, indicating a stable but relatively slow release cadence, typical for plugins that modify core build outputs rather than introduce new features. Its primary differentiator is its focus on stripping out various JavaScript-related artifacts that Gatsby typically includes by default, such as script tags, preload links for scripts and page data, JavaScript sourcemaps, and client-side routing announcers. Additionally, it offers options to remove generator meta tags, data attributes from head elements (like `data-react-helmet`), and convert inline `<style data-href>` tags to external `<link>` tags for improved caching and smaller HTML files. This makes it ideal for highly SEO-sensitive sites or those targeting extremely lightweight builds where JavaScript is entirely optional or handled externally.","language":"javascript","status":"active","version":"0.13.2","tags":["javascript","gatsby","gatsby-plugin","no-javascript","no-sourcemaps","no-generator","no-inline-styles"],"last_verified":"Wed May 27","install":[{"cmd":"npm install gatsby-plugin-no-javascript-utils","imports":["// In gatsby-config.js\nmodule.exports = {\n  plugins: [\n    // ... other plugins\n    'gatsby-plugin-no-javascript-utils',\n  ],\n};","// In gatsby-config.js\nmodule.exports = {\n  plugins: [\n    {\n      resolve: 'gatsby-plugin-no-javascript-utils',\n      options: {\n        noScript: true,\n        noSourcemaps: false,\n        removeGeneratorTag: true\n      },\n    },\n  ],\n};"]},{"cmd":"yarn add gatsby-plugin-no-javascript-utils","imports":[]},{"cmd":"pnpm add gatsby-plugin-no-javascript-utils","imports":[]}],"homepage":null,"github":"https://github.com/shoonia/gatsby-plugin-no-javascript-utils","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/gatsby-plugin-no-javascript-utils","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/gatsby-plugin-no-javascript-utils/compatibility"}}