Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Official Plugin
View plugin on GitHub

gatsby-plugin-no-sourcemaps

For the times when your JavaScript sourcemaps are just too big to upload to your hosting provider.

Install

npm install gatsby-plugin-no-sourcemaps

Usage

// gatsby-config.js
module.exports = {
  // ...
  plugins: [
    {
      resolve: "gatsby-plugin-no-sourcemaps",
    },
  ],
  // ...
}
© 2023 Gatsby, Inc.