New Launch

Take a deep dive into the fastest Gatsby, yet: Gatsby 5!

ContactSign Up for Free
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",
    },
  ],
  // ...
}
© 2022 Gatsby, Inc.